Uses of Class
net.aifusion.metamodel.CimEnumeration
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
-
Uses of CimEnumeration in net.aifusion.metamodel
Modifier and TypeMethodDescriptionCimMethod.getEnum()
Get the enumeration associated with this methodCimParameter.getEnum()
Get the enumeration associated with this parameterCimProperty.getEnum()
Get the enumeration associated with this propertyCimStructure.getEnumeration
(String enumerationName) get a local Enumeration defined in this structureEnumerationValue.getEnumueration()
Get the Enumeration where this value existsCimClass.getReferencedEnum
(String methodOrPropertyName) Get the Enumeration returned by the method or propertyCimStructure.getReferencedEnum
(String propertyName) Get the Enumeration associated with a EnumerationValue propertyModifier and TypeMethodDescriptionstatic void
JavaModelMapper.validateEnumBinding
(CimEnumeration cimEnum, Class<?> javaEnum) Validate that a java Enum can be bound to a CimEnumeration