Package energy.eddie.outbound.shared
Enum Class TopicStructure.DataModels
- All Implemented Interfaces:
Serializable,Comparable<TopicStructure.DataModels>,Constable
- Enclosing class:
TopicStructure
All the supported data models
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEddie's internal model.Common Information Model version 0.82Common Information Model version 0.91.08Common Information Model version 0.1.04 -
Method Summary
Modifier and TypeMethodDescriptiontoString()value()static TopicStructure.DataModelsReturns the enum constant of this class with the specified name.static TopicStructure.DataModels[]values()Returns an array containing the constants of this enum class, in the order they are declared.version()
-
Enum Constant Details
-
CIM_0_82
Common Information Model version 0.82 -
CIM_0_91_08
Common Information Model version 0.91.08 -
CIM_1_04
Common Information Model version 0.1.04 -
AGNOSTIC
Eddie's internal model.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
toString
- Overrides:
toStringin classEnum<TopicStructure.DataModels>
-
version
-