|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.type.bean.PropertyDefinition
public class PropertyDefinition
The PropertyDefinition is the property descriptor for a property in IBeanType.
| Field Summary | |
|---|---|
protected String |
name
The property name. |
protected IType<?> |
type
The property type. |
protected Class<?> |
typeClass
The type class. |
| Constructor Summary | |
|---|---|
PropertyDefinition(String pName)
Constructs a new PropertyDefinition. |
|
PropertyDefinition(String pName,
IType<?> pType)
Constructs a new PropertyDefinition for a property name and
the property type. |
|
PropertyDefinition(String pName,
IType<?> pType,
Class<?> pTypeClass)
Constructs a new PropertyDefinition for a property name and
the property type. |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the property name. |
IType<?> |
getType()
Gets the property type. |
Class<?> |
getTypeClass()
Gets the detailed property type class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected IType<?> type
protected Class<?> typeClass
| Constructor Detail |
|---|
public PropertyDefinition(String pName)
PropertyDefinition.
pName - the property name.
public PropertyDefinition(String pName,
IType<?> pType)
PropertyDefinition for a property name and
the property type.
pName - the property name.pType - the property type.
public PropertyDefinition(String pName,
IType<?> pType,
Class<?> pTypeClass)
PropertyDefinition for a property name and
the property type.
pName - the property name.pType - the property type.pTypeClass - the type class.| Method Detail |
|---|
public String getName()
public IType<?> getType()
public Class<?> getTypeClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||