Class ConfigurationValue


  • public class ConfigurationValue
    extends java.lang.Object
    Implements an EID configuration parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationValue​(java.lang.String name, Value defaultValue, DataTypeInfo dataType, java.util.Map<com.smartgridready.ns.v0.Language,​java.lang.String> descriptions)
      Constructs a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataTypeInfo getDataType()
      Gets the parameter's data type.
      Value getDefaultValue()
      Gets the parameter's default value.
      java.util.Map<com.smartgridready.ns.v0.Language,​java.lang.String> getDescriptions()
      Gets the text descriptions.
      java.lang.String getName()
      Gets the parameter name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationValue

        public ConfigurationValue​(java.lang.String name,
                                  Value defaultValue,
                                  DataTypeInfo dataType,
                                  java.util.Map<com.smartgridready.ns.v0.Language,​java.lang.String> descriptions)
        Constructs a new instance.
        Parameters:
        name - the parameter name
        defaultValue - the parameter's default value
        dataType - the parameter's data type
        descriptions - parameter descriptions
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the parameter name.
        Returns:
        a string
      • getDefaultValue

        public Value getDefaultValue()
        Gets the parameter's default value.
        Returns:
        a string
      • getDataType

        public DataTypeInfo getDataType()
        Gets the parameter's data type.
        Returns:
        a data type info
      • getDescriptions

        public java.util.Map<com.smartgridready.ns.v0.Language,​java.lang.String> getDescriptions()
        Gets the text descriptions.
        Returns:
        a map of language to description