|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Identity
Pure interface which allows an subclass to have Identity such as a name and some properties associated with the Identity. Usually those properties are things such as RFC numbers, descriptions etc... Two standard properties which all subclasses posses are NAME (use the getName() method), SHORT_NAME and DESCRIPTION properties accessed using the getPropertyValue(String) method.
| Field Summary | |
|---|---|
static java.lang.String |
DESCRIPTION
Description of the subclassed object. |
static java.lang.String |
SHORT_NAME
Short name of the subclassed object. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the NAME property of this subclassed object. |
Primitive |
getProperty(java.lang.String propertyName)
Returns the Property object as a Primitive. |
| Field Detail |
|---|
static final java.lang.String SHORT_NAME
static final java.lang.String DESCRIPTION
| Method Detail |
|---|
java.lang.String getName()
Primitive getProperty(java.lang.String propertyName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||