|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.joda.property.impl.PropertyInit
Initialisation class passed into the constructor of properties.
Constructor Summary | |
PropertyInit(Bean bean,
java.lang.Class[] types,
java.lang.String name,
PropertyData data)
Constructor |
|
PropertyInit(Bean bean,
PropertyMetaData metaData,
PropertyData data)
Constructor |
Method Summary | |
Bean |
getBean()
Get the bean. |
PropertyData |
getPropertyData()
Get the property data object |
PropertyMetaData |
getPropertyMetaData()
Get the property meta data |
java.lang.String |
getPropertyName()
Get the property name |
java.lang.Class[] |
getPropertyTypes()
Get the property types |
java.lang.String |
toString()
Get a debugging string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyInit(Bean bean, java.lang.Class[] types, java.lang.String name, PropertyData data)
bean
- the bean controlling this propertytypes
- the property typesname
- the property namedata
- the property datapublic PropertyInit(Bean bean, PropertyMetaData metaData, PropertyData data)
bean
- the bean controlling this propertydata
- the property dataMethod Detail |
public Bean getBean()
public PropertyMetaData getPropertyMetaData()
public PropertyData getPropertyData()
public java.lang.String getPropertyName()
public java.lang.Class[] getPropertyTypes()
public java.lang.String toString()
toString
in class java.lang.Object
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |