public class BeanProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
name |
(package private) java.util.List<java.lang.Object> |
possibleValues |
(package private) java.lang.Class |
type |
Constructor and Description |
---|
BeanProperty(java.lang.String name,
java.lang.Class type) |
BeanProperty(java.lang.String name,
java.lang.Class type,
java.util.List<java.lang.Object> possibleValues)
Creates a new instance of BeanProperty
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the name property
|
java.lang.Class |
getType()
Returns the value of the type property
|
void |
setName(java.lang.String name)
Registers the value of the name property
|
void |
setType(java.lang.Class type)
Registers the value of the type property
|
java.lang.String name
java.lang.Class type
java.util.List<java.lang.Object> possibleValues
public BeanProperty(java.lang.String name, java.lang.Class type, java.util.List<java.lang.Object> possibleValues)
public BeanProperty(java.lang.String name, java.lang.Class type)
public void setName(java.lang.String name)
name
- The value of the propertypublic java.lang.String getName()
public void setType(java.lang.Class type)
type
- The value of the propertypublic java.lang.Class getType()