public class Property
extends java.lang.Object
| Constructor and Description |
|---|
Property(java.lang.String name,
java.lang.Class type) |
Property(java.lang.String name,
java.lang.Class type,
boolean read,
boolean write) |
Property(java.lang.String name,
java.lang.Class type,
java.lang.Class[] genericTypes) |
Property(java.lang.String name,
java.lang.Class type,
java.lang.Class[] genericTypes,
boolean read,
boolean write) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class[] |
getGenericTypes() |
MethodCreator |
getGetMethodCreator() |
java.lang.String |
getName() |
MethodCreator |
getSetMethodCreator() |
java.lang.Class |
getType() |
boolean |
isRead() |
boolean |
isWrite() |
void |
setGetMethodCreator(MethodCreator getMethodCreator) |
void |
setSetMethodCreator(MethodCreator setMethodCreator) |
public Property(java.lang.String name,
java.lang.Class type)
public Property(java.lang.String name,
java.lang.Class type,
boolean read,
boolean write)
public Property(java.lang.String name,
java.lang.Class type,
java.lang.Class[] genericTypes)
public Property(java.lang.String name,
java.lang.Class type,
java.lang.Class[] genericTypes,
boolean read,
boolean write)
public java.lang.String getName()
public java.lang.Class getType()
public boolean isWrite()
public boolean isRead()
public java.lang.Class[] getGenericTypes()
public MethodCreator getGetMethodCreator()
public void setGetMethodCreator(MethodCreator getMethodCreator)
public MethodCreator getSetMethodCreator()
public void setSetMethodCreator(MethodCreator setMethodCreator)