|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasCompoundIndices
Nested Class Summary | |
---|---|
static class |
HasCompoundIndices.CompoundIndices_list
Inner list class for holding multiple entries for attribute compoundIndices. |
Method Summary | |
---|---|
void |
addToCompoundIndices(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to CompoundIndices_list |
void |
addToCompoundIndices(OntologyEntry ontologyEntry)
Method to add OntologyEntry to CompoundIndices_list |
HasCompoundIndices.CompoundIndices_list |
getCompoundIndices()
Get method for compoundIndices |
OntologyEntry |
getFromCompoundIndices(int position)
Method to get OntologyEntry from CompoundIndices_list |
void |
removeElementAtFromCompoundIndices(int position)
Method to remove by position from CompoundIndices_list |
void |
removeFromCompoundIndices(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from CompoundIndices_list |
void |
setCompoundIndices(HasCompoundIndices.CompoundIndices_list compoundIndices)
Set method for compoundIndices |
Method Detail |
---|
void setCompoundIndices(HasCompoundIndices.CompoundIndices_list compoundIndices)
value
- to setHasCompoundIndices.CompoundIndices_list getCompoundIndices()
void addToCompoundIndices(OntologyEntry ontologyEntry)
void addToCompoundIndices(int position, OntologyEntry ontologyEntry)
OntologyEntry getFromCompoundIndices(int position)
void removeElementAtFromCompoundIndices(int position)
void removeFromCompoundIndices(OntologyEntry ontologyEntry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |