public interface UserAttributeFactory
UserAttribute objects.| Modifier and Type | Method and Description |
|---|---|
UserAttribute |
create(UserAttribute inUserAttribute)
Creates a
UserAttribute object from the given value. |
UserAttribute |
create(User inUser,
UserAttributeType inType,
String inAttribute)
Creates a
UserAttribute object with the given attributes. |
UserAttribute create(User inUser, UserAttributeType inType, String inAttribute)
UserAttribute object with the given attributes.inUser - a User valueinType - a UserAttributeType valueinAttribute - a String valueUserAttribute valueUserAttribute create(UserAttribute inUserAttribute)
UserAttribute object from the given value.inUserAttribute - a UserAttribute valueUserAttribute valueCopyright © 2019. All rights reserved.