| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodD
Represents a method or annotation element.
An annotation element MUST be a MethodD because annotation types may be extended/implemented where an annotation element will be treated like an ordinary interface method.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration | 
|---|
Declaration.DeclarationKind | 
| Method Summary | |
|---|---|
 java.lang.Object | 
getDefaultValue()Gets the default value, null if this is not an annotation element.  | 
 TypeD | 
getReturnType()Gets the return type.  | 
 boolean | 
isAbstract()True if this is modified with "abstract".  | 
 boolean | 
isAnnotationElement()True if this is an annotation element.  | 
 boolean | 
isBridge()True if marked as a bridge method.  | 
 boolean | 
isNative()True if this is modified with "native".  | 
 boolean | 
isStrictfp()True if this is modified with "strictfp".  | 
 boolean | 
isSynchronized()True if this is modified with "synchronized".  | 
| Methods inherited from interface javax.ide.model.java.declaration.ExecutableD | 
|---|
getExceptionTypes, getParameters, getParameterTypes, isVarArgs | 
| Methods inherited from interface javax.ide.model.java.declaration.GenericD | 
|---|
getTypeParameters | 
| 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.Declaration | 
|---|
getDeclarationKind, getPosition, isSynthetic | 
| Methods inherited from interface javax.ide.model.java.declaration.HasAnnotationsD | 
|---|
getAnnotations | 
| Methods inherited from interface javax.ide.model.java.declaration.HasNameD | 
|---|
getName | 
| Methods inherited from interface javax.ide.model.java.declaration.HasTypeD | 
|---|
getType | 
| Method Detail | 
|---|
boolean isAnnotationElement()
boolean isSynchronized()
boolean isBridge()
boolean isNative()
boolean isAbstract()
boolean isStrictfp()
java.lang.Object getDefaultValue()
TypeD getReturnType()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||