|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMDataType | |
---|---|
javax.cim | Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. |
Uses of CIMDataType in javax.cim |
---|
Fields in javax.cim declared as CIMDataType | |
---|---|
static CIMDataType |
CIMDataType.BOOLEAN_ARRAY_T
Boolean unbounded array data type |
static CIMDataType |
CIMDataType.BOOLEAN_T
Boolean data type |
static CIMDataType |
CIMDataType.CHAR16_ARRAY_T
16-bit UCS-2 character unbounded Array type |
static CIMDataType |
CIMDataType.CHAR16_T
16-bit UCS-2 character data type |
static CIMDataType |
CIMDataType.CLASS_ARRAY_T
CIMClass unbounded Array type |
static CIMDataType |
CIMDataType.CLASS_T
CIMClass type |
static CIMDataType |
CIMDataType.DATETIME_ARRAY_T
A date-time unbounded array data type |
static CIMDataType |
CIMDataType.DATETIME_T
A date-time data type |
static CIMDataType |
CIMDataType.INVALID_T
Invalid data type |
static CIMDataType |
CIMDataType.OBJECT_ARRAY_T
CIMInstance unbounded Array type |
static CIMDataType |
CIMDataType.OBJECT_T
CIMInstance type data type Note: For CIMV2, this can only be used when the property has either an EmbeddedInstance or EmbeddedObject qualifier. |
static CIMDataType |
CIMDataType.REAL32_ARRAY_T
IEEE 4-byte floating-point unbounded array data type |
static CIMDataType |
CIMDataType.REAL32_T
IEEE 4-byte floating-point data type |
static CIMDataType |
CIMDataType.REAL64_ARRAY_T
IEEE 8-byte floating-point unbounded array data type |
static CIMDataType |
CIMDataType.REAL64_T
IEEE 8-byte floating-point data type |
static CIMDataType |
CIMDataType.SINT16_ARRAY_T
Signed 16-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.SINT16_T
Signed 16-bit integer data type |
static CIMDataType |
CIMDataType.SINT32_ARRAY_T
Signed 32-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.SINT32_T
Signed 32-bit integer data type |
static CIMDataType |
CIMDataType.SINT64_ARRAY_T
Signed 64-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.SINT64_T
Signed 64-bit integer data type |
static CIMDataType |
CIMDataType.SINT8_ARRAY_T
Signed 8-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.SINT8_T
Signed 8-bit integer data type |
static CIMDataType |
CIMDataType.STRING_ARRAY_T
UCS-2 string unbounded array data type |
static CIMDataType |
CIMDataType.STRING_T
UCS-2 string data type |
static CIMDataType |
CIMDataType.UINT16_ARRAY_T
Unsigned 16-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.UINT16_T
Unsigned 16-bit integer data type |
static CIMDataType |
CIMDataType.UINT32_ARRAY_T
Unsigned 32-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.UINT32_T
Unsigned 32-bit integer data type |
static CIMDataType |
CIMDataType.UINT64_ARRAY_T
Unsigned 64-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.UINT64_T
Unsigned 64-bit integer data type |
static CIMDataType |
CIMDataType.UINT8_ARRAY_T
Unsigned 8-bit integer unbounded array data type |
static CIMDataType |
CIMDataType.UINT8_T
Unsigned 8-bit integer data type |
Methods in javax.cim that return CIMDataType | |
---|---|
static CIMDataType |
CIMDataType.getDataType(Object o)
Get the data type of an object. |
Constructors in javax.cim with parameters of type CIMDataType | |
---|---|
CIMArgument(String name,
CIMDataType type,
E value)
Constructs a CIMArgument to be used for method invocations. |
|
CIMClassProperty(String pName,
CIMDataType pType,
E pValue,
CIMQualifier<?>[] pQualifiers,
boolean pKey,
boolean propagated,
String originClass)
This method constructs an instance of CIMClassProperty. |
|
CIMMethod(String name,
CIMDataType type,
CIMQualifier<?>[] qualifiers,
CIMParameter<?>[] parameters,
boolean propagated,
String originClass)
Constructs a CIMMethod object with the specified information. |
|
CIMParameter(String name,
CIMDataType type,
CIMQualifier<?>[] qualifiers)
Constructs a CIMParameter object using the specified name, data type and qualifiers. |
|
CIMProperty(String name,
CIMDataType type,
E value)
Constructs a CIMProperty to be used in instances. |
|
CIMProperty(String name,
CIMDataType type,
E value,
boolean key,
boolean propagated,
String originClass)
Constructs a CIMProperty to be used in instances. |
|
CIMQualifier(String pName,
CIMDataType pType,
E pValue,
int pFlavor)
Constructs a CIM qualifier with the specified name, type, value, and flavors. |
|
CIMQualifier(String pName,
CIMDataType pType,
E pValue,
int pFlavor,
boolean pIsPropagated)
|
|
CIMQualifierType(CIMObjectPath pPath,
CIMDataType pType,
E pValue,
int pScope,
int pFlavor)
Constructs a new CIM qualifier type, using the name, type of the specified CIM qualifier type. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |