Interface AttributeAssignable
- All Known Implementing Classes:
AttributeAssign
,AttributeDef
,Group
,GroupMember
,Member
,Membership
,Stem
public interface AttributeAssignable
This object is able to have attributes assigned
-
Method Summary
Modifier and TypeMethodDescriptionget the logic delegatedeal directly with attribute values
-
Method Details
-
getAttributeDelegate
AttributeAssignBaseDelegate getAttributeDelegate()get the logic delegate- Returns:
- the delegate
-
getAttributeValueDelegate
AttributeValueDelegate getAttributeValueDelegate()deal directly with attribute values- Returns:
- the delegate to deal with attribute values
-