|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implementation of a field element.
FieldElement
Field Summary | |
static long |
serialVersionUID
Deprecated. Only public by accident. |
Method Summary | |
String |
getInitValue()
Get the initial value of the field. |
JavaDoc.Field |
getJavaDoc()
Get the JavaDoc for the field. |
Type |
getType()
Get the value type of the field. |
void |
setInitValue(String value)
Set the initial value of the field. |
void |
setType(Type type)
Set the value type of the field. |
Methods inherited from interface org.openide.src.MemberElement.Impl |
getModifiers, getName, setModifiers, setName |
Methods inherited from interface org.openide.src.Element.Impl |
addPropertyChangeListener, attachedToElement, getCookie, markCurrent, readResolve, removePropertyChangeListener |
Field Detail |
public static final long serialVersionUID
Method Detail |
public Type getType()
public void setType(Type type) throws SourceException
type
- the type
SourceException
- if impossiblepublic String getInitValue()
public void setInitValue(String value) throws SourceException
value
- the initial value (as source text), or an empty string if uninitialized
SourceException
- if impossiblepublic JavaDoc.Field getJavaDoc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |