public class ObjectField extends java.lang.Object implements IObjectProperty
Field
.Constructor and Description |
---|
ObjectField(java.lang.reflect.Field field) |
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
toString() |
public java.lang.Class<?> getType()
IObjectProperty
getType
in interface IObjectProperty
public Modifiers getModifiers()
IObjectProperty
getModifiers
in interface IObjectProperty
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
IObjectProperty
getName
in interface IObjectProperty
public java.lang.reflect.Field getField()