|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.ide.ModelElement
org.objectweb.jac.ide.TypedElement
org.objectweb.jac.ide.Member
A member item of a class such as a field or a method.
Field Summary |
Fields inherited from interface org.objectweb.jac.ide.Visibility |
PRIVATE, PROTECTED, PUBLIC |
Constructor Summary | |
Member()
|
Method Summary | |
String |
getFullName()
Defines a redefinable method to get the full name. |
String |
getGenerationFullName()
Gets full name to use for code generation. |
String |
getGenerationName()
Gets name to use for code generation. |
String |
getModifiers()
Returns a string of all the modifiers of a member item (field or method) |
Class |
getParent()
Get the value of parent. |
Project |
getProject()
|
abstract String |
getPrototype()
|
int |
getVisibility()
|
boolean |
isStatic()
Returns value of isStatic field |
void |
setParent(Class v)
Set the value of parent. |
void |
setStatic(boolean isStatic)
Sets value of isStatic field |
void |
setVisibility(int newVisibility)
|
Methods inherited from class org.objectweb.jac.ide.TypedElement |
getToString, getType, getTypeName, isArray, setArray, setType |
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jac.ide.Element |
getName |
Constructor Detail |
public Member()
Method Detail |
public Class getParent()
public void setParent(Class v)
v
- Value to assign to parent.public abstract String getPrototype()
getPrototype
in class TypedElement
public boolean isStatic()
public void setStatic(boolean isStatic)
public String getModifiers()
isStatic()
,
getVisibility()
public String getFullName()
ModelElement
getName()
method.
getFullName
in class ModelElement
public String getGenerationName()
ModelElement
getGenerationName
in interface Element
getGenerationName
in class ModelElement
public String getGenerationFullName()
ModelElement
getGenerationFullName
in interface Element
getGenerationFullName
in class ModelElement
public Project getProject()
public int getVisibility()
public void setVisibility(int newVisibility)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |