Uses of Class
javax.cim.CIMMethod
Packages that use CIMMethod
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal utility classes, such as constants, defaults, configuration and others.
-
Uses of CIMMethod in javax.cim
Modifier and TypeMethodDescriptionCIMMethod.filter
(boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Returns aCIMMethod
filtered as specified.CIMMethod.filter
(boolean pIncludeQualifiers, boolean pIncludeClassOrigin, boolean pLocalOnly) Returns aCIMMethod
filtered as specified.CIMMethod
<?> CIMClass.getMethod
(int pIndex) Get a method by index.CIMMethod
<?> Returns the specified CIM method in this CIM class.CIMMethod
<?> 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.ModifierConstructorDescriptionCIMClass
(String pName, String pSuperClass, CIMQualifier<?>[] pQualifiers, CIMClassProperty<?>[] pProperties, CIMMethod<?>[] pMethods) Creates and instantiates a Java object representing a CIM Class.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. -
Uses of CIMMethod in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMMethodMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMMethodModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createMETHOD
(Document pDoc, Element pParentE, CIMMethod<?> pMethod, String pClassName) createMETHODstatic 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 -
Uses of CIMMethod in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMMethodModifier and TypeMethodDescriptionstatic String
MOF.methodDeclaration
(CIMMethod<?> pMethod, String pInd) methodDeclaration = [ qualifierList ] dataType methodName "(" [ parameterList ] ")" ";"