|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.pfsw.reflect.ObjectField
public class ObjectField
This is an IObjectProperty implementing wrapper around a Field.
| Constructor Summary | |
|---|---|
ObjectField(java.lang.reflect.Field field)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Field |
getField()
|
Modifiers |
getModifiers()
Returns all modifier settings of the property. |
java.lang.String |
getName()
Returns the name of the property. |
java.lang.Class<?> |
getType()
Returns the type 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pfsw.reflect.ElementWithModifiers |
|---|
isAbstract, isDefaultVisibility, isFinal, isInterface, isNative, isPrivate, isProtected, isPublic, isStatic, isStrict, isSynchronized, isTransient, isVolatile |
| Constructor Detail |
|---|
public ObjectField(java.lang.reflect.Field field)
| Method Detail |
|---|
public java.lang.String getName()
IObjectProperty
getName in interface IObjectPropertypublic java.lang.reflect.Field getField()
public java.lang.Class<?> getType()
IObjectProperty
getType in interface IObjectPropertypublic Modifiers getModifiers()
ElementWithModifiers
getModifiers in interface ElementWithModifierspublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isAbstract()
isAbstract in interface ElementWithModifierspublic boolean isFinal()
isFinal in interface ElementWithModifierspublic boolean isInterface()
isInterface in interface ElementWithModifierspublic boolean isNative()
isNative in interface ElementWithModifierspublic boolean isPrivate()
isPrivate in interface ElementWithModifierspublic boolean isProtected()
isProtected in interface ElementWithModifierspublic boolean isPublic()
isPublic in interface ElementWithModifierspublic boolean isStatic()
isStatic in interface ElementWithModifierspublic boolean isStrict()
isStrict in interface ElementWithModifierspublic boolean isSynchronized()
isSynchronized in interface ElementWithModifierspublic boolean isTransient()
isTransient in interface ElementWithModifierspublic boolean isVolatile()
isVolatile in interface ElementWithModifierspublic boolean isDefaultVisibility()
isDefaultVisibility in interface ElementWithModifiers
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||