|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ElementWithModifiers
| Method Summary | |
|---|---|
Modifiers |
getModifiers()
Returns all modifier settings of the property. |
boolean |
isAbstract()
Return true if the modifiers includes the abstract modifier, false otherwise. |
boolean |
isDefaultVisibility()
Return true if the modifier bits does not include any of the visibility modifiers public, protected private, false otherwise. |
boolean |
isFinal()
Return true if the modifiers includes the final modifier, false otherwise. |
boolean |
isInterface()
Return true if the modifiers includes the interface modifier, false otherwise. |
boolean |
isNative()
Return true if the modifiers includes the native modifier, false otherwise. |
boolean |
isPrivate()
Return true if the modifiers includes the private modifier, false otherwise. |
boolean |
isProtected()
Return true if the modifiers includes the protected modifier, false otherwise. |
boolean |
isPublic()
Return true if the modifiers includes the public modifier, false otherwise. |
boolean |
isStatic()
Return true if the modifiers includes the static modifier, false otherwise. |
boolean |
isStrict()
Return true if the modifiers includes the strict modifier, false otherwise. |
boolean |
isSynchronized()
Return true if the modifiers includes the synchronized modifier, false otherwise. |
boolean |
isTransient()
Return true if the modifiers includes the transient modifier, false otherwise. |
boolean |
isVolatile()
Return true if the modifiers includes the volatile modifier, false otherwise. |
| Method Detail |
|---|
Modifiers getModifiers()
boolean isAbstract()
boolean isFinal()
boolean isInterface()
boolean isNative()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
boolean isStrict()
boolean isSynchronized()
boolean isTransient()
boolean isVolatile()
boolean isDefaultVisibility()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||