Uses of Enum
net.aifusion.metamodel.ElementType
Packages that use 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
Methods in net.aifusion.metamodel that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeJavaModelMapper.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 ElementTypeReturns 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.Methods in net.aifusion.metamodel with parameters of type ElementTypeModifier and TypeMethodDescriptionbooleanQualifier.appliesTo(ElementType elementType) Check if this qualifier applies to a given elementTypebooleanQualifierType.appliesTo(ElementType elementType) Check if this qualifierType applies to a given elementTypefinal booleanScope.appliesTo(ElementType elementType) Check if this scope applies to a given element typebooleanStandardQualifierType.appliesTo(ElementType elementType) Check if this qualifierType applies to a given elementTypeConstructors in net.aifusion.metamodel with parameters of type 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