|
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 FieldDeclT
A field (or enum constant) declaration.
| Field Summary | |
|---|---|
static FieldDeclT[] |
EMPTY_ARRAY |
| Method Summary | |
|---|---|
boolean |
isAbstract()True if this is abstract. |
boolean |
isPrivate()True if this is private. |
boolean |
isProtected()True if this is protected. |
boolean |
isPublic()True if this is public. |
boolean |
isStatic()True if this is static. |
| Methods inherited from interface javax.ide.model.java.source.tree.MemberT |
|---|
getBlock, getDeclaringClass, getDocComment, setBlock, setDocComment |
| Methods inherited from interface javax.ide.model.java.source.tree.VariableDeclT |
|---|
getType, getVariables, setType |
| Methods inherited from interface javax.ide.model.java.source.tree.HasModifiersT |
|---|
addModifiers, getAnnotations, getModifiers, isFinal, isStrictfp, removeModifiers, setModifiers |
| Field Detail |
|---|
static final FieldDeclT[] EMPTY_ARRAY
| Method Detail |
|---|
boolean isPublic()
isPublic in interface HasModifiersTboolean isProtected()
isProtected in interface HasModifiersTboolean isPrivate()
isPrivate in interface HasModifiersTboolean isStatic()
isStatic in interface HasModifiersTboolean isAbstract()
isAbstract in interface HasModifiersT
|
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 | |||||||||