Uses of Class
com.opencloud.slee.profile.ProfileDataCollection.AttributeValue
-
Packages that use ProfileDataCollection.AttributeValue Package Description com.opencloud.slee.profile -
-
Uses of ProfileDataCollection.AttributeValue in com.opencloud.slee.profile
Methods in com.opencloud.slee.profile that return ProfileDataCollection.AttributeValue Modifier and Type Method Description ProfileDataCollection.AttributeValue[]
ProfileDataCollection.AttributeValue. getValues()
Get the array encapsulated by this object.Methods in com.opencloud.slee.profile that return types with arguments of type ProfileDataCollection.AttributeValue Modifier and Type Method Description Map<String,ProfileDataCollection.AttributeValue>
ProfileDataCollection.Profile. getValues()
Get the attribute names and values for this profile.Methods in com.opencloud.slee.profile with parameters of type ProfileDataCollection.AttributeValue Modifier and Type Method Description void
ProfileDataCollection.Profile. addAttributeValue(String attrName, ProfileDataCollection.AttributeValue attrValue)
Add an attribute value to this profile.Constructors in com.opencloud.slee.profile with parameters of type ProfileDataCollection.AttributeValue Constructor Description AttributeValue(ProfileDataCollection.AttributeValue[] values)
Create a new attribute value encapsulating an array of attribute value elements.
-