Uses of Class
javax.cim.CIMMethod
-
Packages that use CIMMethod Package Description 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 Modifier and Type Method Description CIMMethod<E>
CIMMethod. filter(boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Returns aCIMMethod
filtered as specified.CIMMethod<E>
CIMMethod. filter(boolean pIncludeQualifiers, boolean pIncludeClassOrigin, boolean pLocalOnly)
Returns aCIMMethod
filtered as specified.CIMMethod<?>
CIMClass. getMethod(int pIndex)
Get a method by index.CIMMethod<?>
CIMClass. getMethod(java.lang.String pName)
Returns the specified CIM method in this CIM class.CIMMethod<?>
CIMClass. getMethod(java.lang.String pName, java.lang.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 Constructor Description CIMClass(java.lang.String pName, java.lang.String pSuperClass, CIMQualifier<?>[] pQualifiers, CIMClassProperty<?>[] pProperties, CIMMethod<?>[] pMethods)
Creates and instantiates a Java object representing a CIM Class.CIMClass(CIMObjectPath pPath, java.lang.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 CIMMethod Modifier and Type Method Description static CIMMethod<java.lang.Object>
CIMXMLParserImpl. parseMETHOD(org.w3c.dom.Element pMethodE)
parseMETHODMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMMethod Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createMETHOD(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMMethod<?> pMethod, java.lang.String pClassName)
createMETHODstatic void
CIMXMLBuilderImpl. createMETHODS(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMMethod<?>[] pMethods, java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description static java.lang.String
MOF. methodDeclaration(CIMMethod<?> pMethod, java.lang.String pInd)
methodDeclaration = [ qualifierList ] dataType methodName "(" [ parameterList ] ")" ";"
-