Uses of Enum
net.aifusion.metamodel.DataType
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
-
Uses of DataType in net.aifusion.cimserver
Modifier and TypeMethodDescriptionCimClient.getMethodReturnType
(ObjectPath path, String methodName) CimClient.getPropertyType
(ObjectPath path, String propertyName) -
Uses of DataType in net.aifusion.metamodel
Modifier and TypeMethodDescriptionDataType.getArrayType()
Return the Array type corresponding to this data typeDataType.getComponentType()
Get the component type corresponding to this data typeCimEnumeration.getDataType()
Get the primitive data type for all values in this enumerationCimParameter.getDataType()
Get the data type associated with this parameterCimProperty.getDataType()
Get the data type associated with this propertyEnumerationValue.getDataType()
Get the literal data type associated with this enumeration valueQualifier.getDataType()
Get the data type of this qualifier dataValueQualifierType.getDataType()
Get the data type associated with this qualifier typeStandardQualifierType.getDataType()
Get the CIM data type of this qualifier typeCimClass.getMethodReturnType
(String methodName) Get the return type of a method defined in this classCimInstance.getMethodReturnType
(String methodName) Get the return type for a declared method in this instanceCimStructure.getPropertyType
(String propertyName) Get the data type associated with a given propertyStructureValue.getPropertyType
(String propertyName) Get the property type of a property in this structure valueCimMethod.getReturnedType()
Get the return type associated with this methodDataValue.getType()
Get the type of the data dataValuestatic DataType
DataType.getTypeForClass
(Class<?> javaClass) Return the CIM data type corresponding to a java classstatic DataType
DataType.getTypeForObject
(Object o) Return the CIM data type corresponding to some objectstatic DataType
Returns the enum constant of this type with the specified name.static DataType[]
DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
ModelUtilities.toMOFString
(DataType type, Object value) Return the string representation of a dataValue singleton -
Uses of DataType in net.aifusion.providers
Modifier and TypeMethodDescriptionBasicProvider.getMethodReturnType
(ObjectPath path, String methodName) Provider.getMethodReturnType
(ObjectPath path, String methodName) Get the return type associated with a methodBasicProvider.getPropertyType
(ObjectPath path, String propertyName) Provider.getPropertyType
(ObjectPath path, String propertyName) Get the data type corresponding to a particular property (or enumeration key)