public class ParameterInfo extends Object
Constructor and Description |
---|
ParameterInfo(String name,
String label,
String description,
String placeHolder,
InputControl control,
String[] values,
String[] renderingAttributes,
int order,
boolean required,
String regex) |
Modifier and Type | Method and Description |
---|---|
InputControl |
getControl() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
int |
getOrder() |
String |
getPlaceHolder() |
String |
getRegex() |
String[] |
getRenderingAttributes() |
String[] |
getValues() |
boolean |
isRequired() |
@ConstructorProperties(value={"name","label","description","placeHolder","control","values","renderingAttributes","order","required","regex"}) public ParameterInfo(String name, String label, String description, String placeHolder, InputControl control, String[] values, String[] renderingAttributes, int order, boolean required, String regex)
public String getName()
public String getLabel()
public String getDescription()
public String getPlaceHolder()
public InputControl getControl()
public String[] getValues()
public String[] getRenderingAttributes()
public int getOrder()
public boolean isRequired()
public String getRegex()
Copyright © 2010–2016 AdroitLogic. All rights reserved.