|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CIMClassProperty | |
|---|---|
| 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 CIMClassProperty in javax.cim |
|---|
| Methods in javax.cim that return CIMClassProperty | |
|---|---|
CIMClassProperty |
CIMClassProperty.filter(boolean includeQualifiers,
boolean includeClassOrigin)
Returns a CIMClassProperty filtered as specified. |
CIMClassProperty |
CIMClassProperty.filter(boolean includeQualifiers,
boolean includeClassOrigin,
boolean localOnly)
Returns a CIMClassProperty filtered as specified. |
CIMClassProperty[] |
CIMClass.getKeys()
Returns a list of key properties for this CIM class. |
CIMClassProperty[] |
CIMClass.getProperties()
Get the properties defined for this CIM class. |
CIMClassProperty |
CIMClass.getProperty(int pIndex)
Get a class property by index. |
CIMClassProperty |
CIMClass.getProperty(String name)
Gets the specified property. |
CIMClassProperty |
CIMClass.getProperty(String name,
String originClass)
Gets the specified property. |
| Constructors in javax.cim with parameters of type CIMClassProperty | |
|---|---|
CIMClass(CIMObjectPath path,
String superclass,
CIMQualifier[] qualifiers,
CIMClassProperty[] props,
CIMMethod[] pMethods,
boolean pIsAssociation,
boolean pIsKeyed)
Creates and instantiates a Java object representing a CIM Class. |
|
CIMClass(String name,
String superclass,
CIMQualifier[] qualifiers,
CIMClassProperty[] props,
CIMMethod[] methods)
Creates and instantiates a Java object representing a CIM Class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||