|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.PropertyHelper
Helper for manipulating Property
instances
Method Summary | |
static java.lang.Object |
create(Property property)
Creates an objectified primitive from the supplied property |
static Property |
create(java.lang.String name,
java.lang.Object value)
Creates a property for the supplied name and value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Property create(java.lang.String name, java.lang.Object value)
name
- the name of the propertyvalue
- the value of the propertypublic static java.lang.Object create(Property property)
property
- the property to construct the object from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |