|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasAnnotations
Nested Class Summary | |
---|---|
static class |
HasAnnotations.Annotations_list
Inner list class for holding multiple entries for attribute annotations. |
Method Summary | |
---|---|
void |
addToAnnotations(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Annotations_list |
void |
addToAnnotations(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Annotations_list |
HasAnnotations.Annotations_list |
getAnnotations()
Get method for annotations |
OntologyEntry |
getFromAnnotations(int position)
Method to get OntologyEntry from Annotations_list |
void |
removeElementAtFromAnnotations(int position)
Method to remove by position from Annotations_list |
void |
removeFromAnnotations(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Annotations_list |
void |
setAnnotations(HasAnnotations.Annotations_list annotations)
Set method for annotations |
Method Detail |
---|
void setAnnotations(HasAnnotations.Annotations_list annotations)
value
- to setHasAnnotations.Annotations_list getAnnotations()
void addToAnnotations(OntologyEntry ontologyEntry)
void addToAnnotations(int position, OntologyEntry ontologyEntry)
OntologyEntry getFromAnnotations(int position)
void removeElementAtFromAnnotations(int position)
void removeFromAnnotations(OntologyEntry ontologyEntry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |