Package | Description |
---|---|
com.opencloud.slee.profile |
Modifier and Type | Method and Description |
---|---|
ProfileDataCollection.AttributeValue[] |
ProfileDataCollection.AttributeValue.getValues()
Get the array encapsulated by this object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ProfileDataCollection.AttributeValue> |
ProfileDataCollection.Profile.getValues()
Get the attribute names and values for this profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileDataCollection.Profile.addAttributeValue(String attrName,
ProfileDataCollection.AttributeValue attrValue)
Add an attribute value to this profile.
|
Constructor and Description |
---|
AttributeValue(ProfileDataCollection.AttributeValue[] values)
Create a new attribute value encapsulating an array of attribute value elements.
|