com.ibm.pdp.maf.rpp.kernel
Interface RadicalElement

All Superinterfaces:
Element
All Known Subinterfaces:
AbstractBlockBase, AbstractDialog, AbstractDialogServer, AbstractRadicalElement, AbstractSegment, CodasylBlockBase, DataDefinition, DataElement, DataStructure, Dialog, DialogServer, HierarchicalBlockBase, Library, LogicalView, Macro, MetaDataAggregate, MetaEntity, MetaEntityType, MonoStructureSegment, Program, RelationalBlockBase, Report, Screen, Segment, Server, SocrateBlockBase, Table, Text, UserEntity

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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getDescriptionTypes

java.util.List<DescriptionType> getDescriptionTypes()

Returns the description types.

Returns:

getKeywords

java.util.List<Keyword> getKeywords()

Returns the list of the Keywords used for search. You can define several keywords for a same entity.

Returns:

getLabel

java.lang.String getLabel()

Returns the label of the entity.

Returns:

getName

java.lang.String getName()

Returns the name of the entity. Special contraints can be implemented for concrete classes.

Returns:

getPackage

java.lang.String getPackage()

Return the package name of the entity.

Returns:

getProject

java.lang.String getProject()

Returns the project name of the entity.

Returns: