|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FieldElement.Impl
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 |
---|
static final long serialVersionUID
Method Detail |
---|
Type getType()
void setType(Type type) throws SourceException
type
- the type
SourceException
- if impossibleString getInitValue()
void setInitValue(String value) throws SourceException
value
- the initial value (as source text), or an empty string if uninitialized
SourceException
- if impossibleJavaDoc.Field getJavaDoc()
|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |