Extension SDK

oracle.jdeveloper.jot
Interface JotField

All Superinterfaces:
JotElement, JotNameable, JotVariable

public interface JotField
extends JotVariable

The JotField interface represents a class field.

Since:
5.0
See Also:
JotFieldDeclaration, JotVariable

Method Summary
 boolean isDeprecated()
           
 boolean isSource()
          Whether this JotField represents a field in a source class or in a compiled class.
 
Methods inherited from interface oracle.jdeveloper.jot.JotVariable
getAsField, getAsLocalVariable, getInitializer, getModifiers, getOwningDeclaration, getType, setArrayDimensions, setInitializer
 
Methods inherited from interface oracle.jdeveloper.jot.JotNameable
getName, setName
 
Methods inherited from interface oracle.jdeveloper.jot.JotElement
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent
 

Method Detail

isDeprecated

public boolean isDeprecated()
Returns:
true if this JotField is deprecated.
See Also:
JotMember

isSource

public boolean isSource()
Whether this JotField represents a field in a source class or in a compiled class.

Returns:
true if this JotField is contained in a source file, or false if the file is compiled.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.