public class Entry extends RecordWrapper
Modifier and Type | Field and Description |
---|---|
static String |
ENTRY_TYPE |
static String |
EXPRESSION |
static String |
SELECTED_VALUES |
Constructor and Description |
---|
Entry() |
Entry(RecordHolder holder) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression() |
Set<AllowedValue> |
getSelectedValues() |
String |
getTypeName() |
void |
setExpression(String value) |
void |
setSelectedValues(HolderFactory factory,
List<AllowedValue> selectedValues) |
void |
setSelectedValues(SetHolder value) |
asMap, create, equals, getIntProperty, getProperty, hashCode, holder, isCreated, setIntProperty, setProperty, toCollection, toList, toSet, toString, unwrap
public static final String ENTRY_TYPE
public static final String EXPRESSION
public static final String SELECTED_VALUES
public Entry()
public Entry(RecordHolder holder)
holder
- public String getTypeName()
getTypeName
in interface IRecordWrapper
getTypeName
in class RecordWrapper
public String getExpression()
public void setExpression(String value)
value
- public Set<AllowedValue> getSelectedValues()
public void setSelectedValues(SetHolder value)
value
- public void setSelectedValues(HolderFactory factory, List<AllowedValue> selectedValues)
factory
- selectedValues
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.