|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assignable
Marks an entity as being "assignable," in that it may be assigned to concepts in one or more domains for annotation purposes.
Method Summary | |
---|---|
void |
addAssignment(Assignment assignment)
Add the specified assigment. |
java.util.Set<Assignment> |
getAssignments()
Return the set of assignments for this entity. |
Method Detail |
---|
java.util.Set<Assignment> getAssignments()
void addAssignment(Assignment assignment)
assignment
must
not be null and must have this
as its assignable
entity.
assignment
- assignment to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |