Class SysSpecData

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • SysSpecData

        SysSpecData(Data rawData, DataParser parser)
        Parameters:
        rawData - Data block.
        parser - Parser to use
    • Method Detail

      • intValue

         final Integer intValue(EMSSysSpecName spec)

        Returns an Int value to the specified specification block

        Parameters:
        spec - Specification block
        Returns:

        Int value or null if no value of type Int is found

        Since:

        2.0

      • intValue

         final Integer intValue(String specName)

        Returns an Int value to the specified specification block

        Parameters:
        specName - Specification block name
        Returns:

        Int value or null if no value of type Int is found

        Since:

        2.0

      • stringValue

         final String stringValue(EMSSysSpecName spec)

        Returns a String value to the specified specification block

        Parameters:
        spec - Specification block
        Returns:

        String value or null if no value of type string is found

        Since:

        2.0

      • stringValue

         final String stringValue(String specName)

        Returns a String value to the specified specification block

        Parameters:
        specName - Specification block name
        Returns:

        String value or null if no value of type string is found

        Since:

        2.0