Uses of Interface
no.priv.bang.modeling.modelstore.services.ValueList
-
Packages that use ValueList Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services no.priv.bang.modeling.modelstore.value -
-
Uses of ValueList in no.priv.bang.modeling.modelstore.backend
Methods in no.priv.bang.modeling.modelstore.backend that return ValueList Modifier and Type Method Description ValueList
ModelContextImpl. createList()
ValueList
ModelContextRecordingMetadata. createList()
Methods in no.priv.bang.modeling.modelstore.backend with parameters of type ValueList Modifier and Type Method Description private void
JsonPropertysetPersister. outputArray(com.fasterxml.jackson.core.JsonGenerator generator, ValueList listvalue)
-
Uses of ValueList in no.priv.bang.modeling.modelstore.services
Methods in no.priv.bang.modeling.modelstore.services that return ValueList Modifier and Type Method Description ValueList
Value. asList()
ValueList
ModelContext. createList()
Create a new emptyValueList
.ValueList
Propertyset. getAspects()
ValueList
Propertyset. getListProperty(String propertyname)
ValueList
ValueCreator. newValueList()
Methods in no.priv.bang.modeling.modelstore.services with parameters of type ValueList Modifier and Type Method Description void
ValueList. add(ValueList value)
Value
ValueCreator. fromValueList(ValueList valueList)
Value
ValueList. set(int i, ValueList value)
void
Propertyset. setListProperty(String propertyname, ValueList listValue)
-
Uses of ValueList in no.priv.bang.modeling.modelstore.value
Classes in no.priv.bang.modeling.modelstore.value that implement ValueList Modifier and Type Class Description class
EmptyValueList
A list implementation that signifies the nil list value.(package private) class
ValueArrayList
Fields in no.priv.bang.modeling.modelstore.value declared as ValueList Modifier and Type Field Description private ValueList
NilValue. emptyValueList
private ValueList
ListValue. value
Methods in no.priv.bang.modeling.modelstore.value that return ValueList Modifier and Type Method Description ValueList
BooleanValue. asList()
ValueList
DoubleValue. asList()
ValueList
IdValue. asList()
ValueList
ListValue. asList()
ValueList
LongValue. asList()
ValueList
NilValue. asList()
ValueList
PropertysetValueBase. asList()
ValueList
StringValue. asList()
ValueList
PropertysetImpl. getAspects()
ValueList
PropertysetNil. getAspects()
ValueList
PropertysetRecordingSaveTime. getAspects()
ValueList
PropertysetImpl. getListProperty(String propertyname)
ValueList
PropertysetNil. getListProperty(String propertyname)
ValueList
PropertysetRecordingSaveTime. getListProperty(String propertyname)
static ValueList
Values. newList()
Create new instances ofValueArrayList
.ValueList
ValueCreatorProvider. newValueList()
Methods in no.priv.bang.modeling.modelstore.value with parameters of type ValueList Modifier and Type Method Description void
EmptyValueList. add(ValueList value)
void
ValueArrayList. add(ValueList value)
private boolean
PropertysetImpl. aspectContainedInList(ValueList aspectList, Propertyset aspect)
Value
ValueCreatorProvider. fromValueList(ValueList valueList)
Value
EmptyValueList. set(int i, ValueList value)
Value
ValueArrayList. set(int i, ValueList value)
void
PropertysetImpl. setListProperty(String propertyname, ValueList listValue)
void
PropertysetNil. setListProperty(String propertyname, ValueList listValue)
void
PropertysetRecordingSaveTime. setListProperty(String propertyname, ValueList listValue)
(package private) static Value
Values. toListValue(ValueList listValue)
Create new instances ofListValue
(package private) static Value
Values. toListValue(ValueList listValue, boolean makeDefensiveCopy)
Create new instances ofListValue
Constructors in no.priv.bang.modeling.modelstore.value with parameters of type ValueList Constructor Description ListValue(ValueList value)
ValueArrayList(ValueList original)
-