public class PropertyFactory extends Object
AbstractProperty from name type and value.| Modifier and Type | Method and Description |
|---|---|
static AbstractProperty<?> |
createProperty(String pName,
String pType,
String pValue)
Factory method to create property.
|
static AbstractProperty<?> |
createProperty(String pName,
String pType,
String pValue,
String desc,
String fixedValues)
Factory method to create property.
|
public static AbstractProperty<?> createProperty(String pName, String pType, String pValue)
pName - property name.pType - property typepValue - property valueCopyright © 2013–2015 FF4J. All rights reserved.