Uses of Interface
de.uplanet.lucy.server.ixvalue.IIxValue
-
Uses of IIxValue in de.uplanet.lucy.server.binding
Modifier and TypeMethodDescriptionIWebAppBinding.removeValue
(String p_strBinding) Removes a value for the given binding.Adds or changed a value for the given binding.IWebAppBinding.systemProperty
(String p_strKey) Returns the system property. -
Uses of IIxValue in de.uplanet.lucy.server.ixvalue
Modifier and TypeClassDescriptionclass
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
Modifier and TypeFieldDescriptionstatic final IIxValue
IIxValue.EMPTY
static IIxValue
IxValueFactory.EMPTY
Modifier and TypeMethodDescriptionstatic IIxValue
IxValueFactory.create
(IValueHolder<?> p_vh) static IIxValue
static IIxValue
static IIxValue
IxValueFactory.createEmpty
(de.uplanet.lucy.types.UP_TYPE p_type) Creates a empty value for the specific type.static IIxValue
IxValueFactory.createEmptyObject()
IxKeyValue.getKeyValue
(String p_key) Returns the value for the given key.ModifierConstructorDescriptionIxKeyValue
(IIxValue p_baseValue, Map<String, IIxValue> p_keyValue) IxKeyValue
(String p_value, Map<String, IIxValue> p_keyValue)