Uses of Interface
de.uplanet.lucy.server.ixvalue.IIxValue
Packages that use IIxValue
-
Uses of IIxValue in de.uplanet.lucy.server.binding
Methods in de.uplanet.lucy.server.binding that return IIxValueModifier 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.Methods in de.uplanet.lucy.server.binding with parameters of type IIxValue -
Uses of IIxValue in de.uplanet.lucy.server.ixvalue
Classes in de.uplanet.lucy.server.ixvalue that implement IIxValueModifier and TypeClassDescriptionclass
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
Fields in de.uplanet.lucy.server.ixvalue declared as IIxValueModifier and TypeFieldDescriptionstatic final IIxValue
IIxValue.EMPTY
static IIxValue
IxValueFactory.EMPTY
Methods in de.uplanet.lucy.server.ixvalue that return IIxValueModifier 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.Methods in de.uplanet.lucy.server.ixvalue with parameters of type IIxValueConstructors in de.uplanet.lucy.server.ixvalue with parameters of type IIxValueConstructor parameters in de.uplanet.lucy.server.ixvalue with type arguments of type IIxValueModifierConstructorDescriptionIxKeyValue
(IIxValue p_baseValue, Map<String, IIxValue> p_keyValue) IxKeyValue
(String p_value, Map<String, IIxValue> p_keyValue)