Package com.opencloud.slee.profile
Class ProfileDataCollection.MappedAttributeValue
- java.lang.Object
-
- com.opencloud.slee.profile.ProfileDataCollection.MappedAttributeValue
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProfileDataCollection
public static final class ProfileDataCollection.MappedAttributeValue extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProfileDataCollection.MappedAttributeValue.MapEntry
-
Constructor Summary
Constructors Constructor Description MappedAttributeValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<ProfileDataCollection.MappedAttributeValue.MapEntry>
getMappings()
int
hashCode()
void
removeEntry(String key)
String
toString()
void
updateEntry(String key, String value)
-
-
-
Method Detail
-
removeEntry
public void removeEntry(String key)
-
getMappings
public Collection<ProfileDataCollection.MappedAttributeValue.MapEntry> getMappings()
-
-