Uses of Enum
net.aifusion.metamodel.ElementType
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
-
Uses of ElementType in net.aifusion.metamodel
Modifier and TypeMethodDescriptionstatic ElementType
JavaModelMapper.getCimElementType
(Class<?> javaClass) Get the CIM element type (Enumeration, Interface, Structure or Class) corresponding to a java classObjectPath.getElementType()
Get the element type represented in this object pathstatic ElementType
Returns the enum constant of this type with the specified name.static ElementType[]
ElementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Qualifier.appliesTo
(ElementType elementType) Check if this qualifier applies to a given elementTypeboolean
QualifierType.appliesTo
(ElementType elementType) Check if this qualifierType applies to a given elementTypefinal boolean
Scope.appliesTo
(ElementType elementType) Check if this scope applies to a given element typeboolean
StandardQualifierType.appliesTo
(ElementType elementType) Check if this qualifierType applies to a given elementTypeModifierConstructorDescriptionObjectPath
(ElementType elementType, String className, String alias) Create an object path based on a class name and an instance alias, where alias is of the form "$" [a-zA-Z0-9_]+ObjectPath
(ElementType type, String objectName, NameSpacePath path, Map<String, DataValue> keys, String alias) Create an object path based on its type, name, name space path, and key-value pairs