|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.common.ValueObject | +--com.ibm.itim.common.AttributeValue | +--com.ibm.itim.common.PolicyScopeAttributeValue
This class holds policy scope attribute value. This class overrides the 'toXML' function of AttributeValue class.
Field Summary | |
---|---|
static int |
ONELEVEL_SCOPE
Constant indicating a single level search scope. |
static int |
SUBTREE_SCOPE
Constant indicating a sub-tree search scope. |
Constructor Summary | |
---|---|
PolicyScopeAttributeValue()
Constructor |
|
PolicyScopeAttributeValue(java.lang.String attributeName,
java.lang.String value)
Constructor |
Method Summary | |
---|---|
java.lang.String |
toXML()
Returns an XML String representation of the scope attribute. |
Methods inherited from class com.ibm.itim.common.AttributeValue |
---|
addValue, addValues, clone, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getValues, getValueString, hashCode, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setValue, setValues, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int ONELEVEL_SCOPE
public static int SUBTREE_SCOPE
Constructor Detail |
public PolicyScopeAttributeValue()
public PolicyScopeAttributeValue(java.lang.String attributeName, java.lang.String value)
attributeName
- value
- Method Detail |
public java.lang.String toXML()
toXML
in class AttributeValue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |