public class Parameter extends RecordWrapper
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_VALUES |
static String |
MULTI_ALLOWED_VALUES |
static String |
NAME |
static String |
PARAMETER_TYPE |
static String |
TYPE |
| Constructor and Description |
|---|
Parameter() |
Parameter(RecordHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedValue> |
getAllowedValues() |
boolean |
getMultiAllowedValues() |
String |
getName() |
String |
getType() |
String |
getTypeName() |
void |
setAllowedValues(HolderFactory factory,
List<AllowedValue> allowedValues)
Sets the allowed values.
|
void |
setAllowedValues(ListHolder value) |
void |
setMultiAllowedValues(boolean value) |
void |
setName(String value) |
void |
setType(String value) |
asMap, create, equals, getIntProperty, getProperty, hashCode, holder, isCreated, setIntProperty, setProperty, toCollection, toList, toSet, toString, unwrappublic static final String PARAMETER_TYPE
public static final String ALLOWED_VALUES
public static final String MULTI_ALLOWED_VALUES
public static final String NAME
public static final String TYPE
public Parameter()
public Parameter(RecordHolder holder)
holder - public String getTypeName()
getTypeName in interface IRecordWrappergetTypeName in class RecordWrapperpublic List<AllowedValue> getAllowedValues()
public void setAllowedValues(ListHolder value)
value - public void setAllowedValues(HolderFactory factory, List<AllowedValue> allowedValues)
factory - allowedValues - public boolean getMultiAllowedValues()
public void setMultiAllowedValues(boolean value)
value - public String getName()
public void setName(String value)
value - public String getType()
public void setType(String value)
value - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.