org.openide.src
Interface  FieldElement.Impl
- All Superinterfaces: 
 - Element.Impl, MemberElement.Impl, Serializable
 
- Enclosing class: 
 - FieldElement
 
- public static interface FieldElement.Impl
- extends MemberElement.Impl
  
Implementation of a field element.
- See Also: 
 FieldElement
 
 
 
 
serialVersionUID
public static final long serialVersionUID
getType
public Type getType()
- Get the value type of the field.
 
- Returns:
 - the type
 
 
 
setType
public void setType(Type type)
             throws SourceException
- Set the value type of the field.
 
- Parameters:
 type - the type- Throws:
 SourceException - if impossible
 
 
getInitValue
public String getInitValue()
- Get the initial value of the field.
 
- Returns:
 - the initial value (as source text), or an empty string if uninitialized
 
 
 
setInitValue
public void setInitValue(String value)
                  throws SourceException
- Set the initial value of the field.
 
- Parameters:
 value - the initial value (as source text), or an empty string if uninitialized- Throws:
 SourceException - if impossible
 
 
getJavaDoc
public JavaDoc.Field getJavaDoc()
- Get the JavaDoc for the field.
 
- Returns:
 - the JavaDoc
 
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.