| Constructor and Description |
|---|
PropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Property<?> |
createProperty(PropertyJsonBean pgb)
Create Property from generic bean.
|
static Property<?> |
createProperty(String pName,
Object value)
Factory method to create property.
|
static Property<?> |
createProperty(String pName,
String pType,
String pValue)
Factory method to create property.
|
static Property<?> |
createProperty(String pName,
String pType,
String pValue,
String desc,
Set<String> fixedValues)
Factory method to create property.
|
public static Property<?> createProperty(String pName, Object value)
pName - property name.pType - property typepValue - property valuepublic static Property<?> createProperty(String pName, String pType, String pValue)
pName - property name.pType - property typepValue - property valuepublic static Property<?> createProperty(PropertyJsonBean pgb)
pgb - generic beanCopyright © 2013–2017 FF4J. All rights reserved.