|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.TemplateElementImpl
org.objectweb.kilim.description.InlinedElement
org.objectweb.kilim.description.ClassSource
Field Summary | |
private java.lang.String |
className
|
Fields inherited from class org.objectweb.kilim.description.InlinedElement |
|
Fields inherited from class org.objectweb.kilim.description.TemplateElementImpl |
|
Constructor Summary | |
ClassSource(java.lang.String aClassName,
TemplateDescription aTemplate)
The public constructor for a class source. |
Method Summary | |
java.lang.String |
getClassName()
returns the name of the class source. |
int |
getKind()
returns the element kind. |
void |
setClassName(java.lang.String aClassName)
sets the name of the class source. |
Methods inherited from class org.objectweb.kilim.description.InlinedElement |
getLocalName, getStatus, isEventSource, performsAction, providesValue, setLocalName, setStatus |
Methods inherited from class org.objectweb.kilim.description.TemplateElementImpl |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.kilim.description.TemplateElement |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Field Detail |
private java.lang.String className
Constructor Detail |
public ClassSource(java.lang.String aClassName, TemplateDescription aTemplate) throws KilimException
aClassName
- : the name of the class.aTemplate
- : the template in which the class source is defined.
KilimException
- : generated when the className reference is null.Method Detail |
public java.lang.String getClassName()
public void setClassName(java.lang.String aClassName) throws KilimException
aClassName
- : sets the class name.
KilimException
- : generated when the class name is null.public int getKind()
BasicElement
BasicElement.getKind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |