|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Named elements are template elements that have a name and a status (which is one of KILIM.PUBLIC, KILIM.PROTECTED, KILIM.PRIVATE).
Method Summary | |
java.lang.String |
getLocalName()
returns the name of the element. |
int |
getStatus()
returns the status of the element. |
void |
setLocalName(java.lang.String aName)
sets a name to the element. |
void |
setStatus(int aStatus)
sets the element status. |
Methods inherited from interface org.objectweb.kilim.description.TemplateElement |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Method Detail |
public java.lang.String getLocalName()
public void setLocalName(java.lang.String aName) throws KilimException
aName
- : the name to be set
KilimException
- : generated when aName is null.public int getStatus()
public void setStatus(int aStatus) throws KilimException
aStatus
- : The value must be one of KILIM.PRIVATE, KILIM.PROTECTED, KILIM.PUBLIC.
KilimException
- generated if the value for aStatus is not valid.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |