public interface RadicalElement extends Element
This interface is the common base abstract interface for all radical elements. A radical element is saved in a real resource.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<RadicalElement> |
getCalledEntities()
Returns the list of called entities.
|
java.util.List<DescriptionType> |
getDescriptionTypes()
Returns the description types.
|
java.util.List<Keyword> |
getKeywords()
Returns the list of the Keywords used for search.
|
java.lang.String |
getLabel()
Returns the label of the entity.
|
java.lang.String |
getName()
Returns the name of the entity.
|
java.lang.String |
getPackage()
Return the package name of the entity.
|
java.lang.String |
getProject()
Returns the project name of the entity.
|
static final java.lang.String copyright
java.util.List<RadicalElement> getCalledEntities()
Returns the list of called entities.
java.util.List<DescriptionType> getDescriptionTypes()
Returns the description types.
java.util.List<Keyword> getKeywords()
Returns the list of the Keywords used for search. You can define several keywords for a same entity.
java.lang.String getLabel()
Returns the label of the entity.
java.lang.String getName()
Returns the name of the entity. Special contraints can be implemented for concrete classes.
java.lang.String getPackage()
Return the package name of the entity.
java.lang.String getProject()
Returns the project name of the entity.