Uses of Class
net.aifusion.metamodel.CimEnumeration
Packages that use 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
Methods in net.aifusion.metamodel that return CimEnumerationModifier 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 propertyMethods in net.aifusion.metamodel with parameters of type CimEnumerationModifier and TypeMethodDescriptionstatic void
JavaModelMapper.validateEnumBinding
(CimEnumeration cimEnum, Class<?> javaEnum) Validate that a java Enum can be bound to a CimEnumeration