public class CIMEnumInstancesOp extends CIMOperation
Modifier and Type | Field and Description |
---|---|
protected boolean |
iDeep |
protected boolean |
iIncludeClassOrigin |
protected boolean |
iIncludeQualifiers |
protected boolean |
iLocalOnly |
protected java.lang.String[] |
iPropertyList |
iMethodCall, iNameSpace, iObjectName, iResult
Constructor and Description |
---|
CIMEnumInstancesOp(CIMObjectPath objectName,
boolean deep,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getPropertyList()
Returns propertyList
|
boolean |
isDeep()
Returns deep
|
boolean |
isIncludeClassOrigin()
Returns includeClassOrigin
|
boolean |
isIncludeQualifiers()
Returns includeQualifiers
|
boolean |
isLocalOnly()
Returns localOnly
|
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult
protected boolean iDeep
protected boolean iLocalOnly
protected boolean iIncludeQualifiers
protected boolean iIncludeClassOrigin
protected java.lang.String[] iPropertyList
public CIMEnumInstancesOp(CIMObjectPath objectName, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, java.lang.String[] propertyList)
public boolean isDeep()
public boolean isIncludeClassOrigin()
public boolean isIncludeQualifiers()
public boolean isLocalOnly()
public java.lang.String[] getPropertyList()
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.