| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldD
Represents a field or enum constant.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration | 
|---|
| Declaration.DeclarationKind | 
| Method Summary | |
|---|---|
|  java.lang.Object | getConstantValue()Gets the constant value of this field, as defined by the JVMS. | 
|  boolean | isEnumConstant()True if this is an enum constant. | 
|  boolean | isTransient()True if this is modified with "transient". | 
|  boolean | isVolatile()True if this is modified with "volatile". | 
| Methods inherited from interface javax.ide.model.java.declaration.MemberD | 
|---|
| getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStatic | 
| Methods inherited from interface javax.ide.model.java.declaration.HasNameD | 
|---|
| getName | 
| Methods inherited from interface javax.ide.model.java.declaration.HasTypeD | 
|---|
| getType | 
| Methods inherited from interface javax.ide.model.java.declaration.HasAnnotationsD | 
|---|
| getAnnotations | 
| Methods inherited from interface javax.ide.model.java.declaration.Declaration | 
|---|
| getDeclarationKind, getPosition, isSynthetic | 
| Method Detail | 
|---|
boolean isEnumConstant()
boolean isVolatile()
boolean isTransient()
java.lang.Object getConstantValue()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||