|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMMethod | |
---|---|
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. |
org.sblim.cimclient.internal.cimxml | Internal cim-xml DOM parser & builder implementation. |
org.sblim.cimclient.internal.cimxml.sax.node | Internal implementation of the SAX parser for cim-xml. |
org.sblim.cimclient.internal.util | Internal utility classes, such as constants, defaults, configuration and others. |
Uses of CIMMethod in javax.cim |
---|
Methods in javax.cim that return CIMMethod | |
---|---|
CIMMethod<E> |
CIMMethod.filter(boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Returns a CIMMethod filtered as specified. |
CIMMethod<E> |
CIMMethod.filter(boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
boolean pLocalOnly)
Returns a CIMMethod filtered as specified. |
CIMMethod<?> |
CIMClass.getMethod(int pIndex)
Get a method by index. |
CIMMethod<?> |
CIMClass.getMethod(String pName)
Returns the specified CIM method in this CIM class. |
CIMMethod<?> |
CIMClass.getMethod(String pName,
String pOriginClass)
Returns the CIM method specified by its name and optionally, its origin class. |
CIMMethod<?>[] |
CIMClass.getMethods()
Get the CIM methods defined in this CIM class. |
Constructors in javax.cim with parameters of type CIMMethod | |
---|---|
CIMClass(CIMObjectPath pPath,
String pSuperClass,
CIMQualifier<?>[] pQualifiers,
CIMClassProperty<?>[] pProperties,
CIMMethod<?>[] pMethods,
boolean pIsAssociation,
boolean pIsKeyed)
Creates and instantiates a Java object representing a CIM Class. |
|
CIMClass(String pName,
String pSuperClass,
CIMQualifier<?>[] pQualifiers,
CIMClassProperty<?>[] pProperties,
CIMMethod<?>[] pMethods)
Creates and instantiates a Java object representing a CIM Class. |
Uses of CIMMethod in org.sblim.cimclient.internal.cimxml |
---|
Methods in org.sblim.cimclient.internal.cimxml that return CIMMethod | |
---|---|
static CIMMethod<Object> |
CIMXMLParserImpl.parseMETHOD(Element pMethodE)
parseMETHOD |
Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMMethod | |
---|---|
static Element |
CIMXMLBuilderImpl.createMETHOD(Document pDoc,
Element pParentE,
CIMMethod<?> pMethod,
String pClassName)
createMETHOD |
static void |
CIMXMLBuilderImpl.createMETHODS(Document pDoc,
Element pParentE,
CIMMethod<?>[] pMethods,
String pClassName)
createMETHODS |
Uses of CIMMethod in org.sblim.cimclient.internal.cimxml.sax.node |
---|
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMMethod | |
---|---|
CIMMethod<?> |
MethodNode.getCIMMethod()
getCIMMethod |
Uses of CIMMethod in org.sblim.cimclient.internal.util |
---|
Methods in org.sblim.cimclient.internal.util with parameters of type CIMMethod | |
---|---|
static String |
MOF.methodDeclaration(CIMMethod<?> pMethod,
String pInd)
methodDeclaration = [ qualifierList ] dataType methodName "(" [ parameterList ] ")" ";" |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |