Uses of Class
berlin.yuna.natsserver.model.ValueSource
-
Packages that use ValueSource Package Description berlin.yuna.natsserver.model -
-
Uses of ValueSource in berlin.yuna.natsserver.model
Methods in berlin.yuna.natsserver.model that return ValueSource Modifier and Type Method Description ValueSourceMapValue. source()static ValueSourceValueSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueSource[]ValueSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in berlin.yuna.natsserver.model with parameters of type ValueSource Modifier and Type Method Description static MapValueMapValue. mapValueOf(ValueSource source, String value)MapValueMapValue. update(ValueSource source, String value)Constructors in berlin.yuna.natsserver.model with parameters of type ValueSource Constructor Description MapValue(ValueSource source, String value)
-