|
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 MemberD
Represents a member declaration, part of a type declaration.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration |
|---|
Declaration.DeclarationKind |
| Method Summary | |
|---|---|
ClassD |
getEnclosingClass()Gets the declaring class. |
int |
getModifiers()Gets the modifiers for this member. |
boolean |
isFinal()True if this is modified with "final". |
boolean |
isPrivate()True if this is modified with "private". |
boolean |
isProtected()True if this is modified with "protected". |
boolean |
isPublic()True if this is modified with "public". |
boolean |
isStatic()True if this is modified with "static". |
| Methods inherited from interface javax.ide.model.java.declaration.Declaration |
|---|
getDeclarationKind, getPosition, isSynthetic |
| Method Detail |
|---|
ClassD getEnclosingClass()
int getModifiers()
Modifier.boolean isPublic()
boolean isPrivate()
boolean isProtected()
boolean isStatic()
boolean isFinal()
|
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 | |||||||||