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 TypeClassDescriptionclassclassfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classFields in de.uplanet.lucy.server.ixvalue declared as IIxValueModifier and TypeFieldDescriptionstatic final IIxValueIIxValue.EMPTYstatic IIxValueIxValueFactory.EMPTYMethods in de.uplanet.lucy.server.ixvalue that return IIxValueModifier and TypeMethodDescriptionstatic IIxValueIxValueFactory.create(IValueHolder<?> p_vh) static IIxValuestatic IIxValuestatic IIxValueIxValueFactory.createEmpty(de.uplanet.lucy.types.UP_TYPE p_type) Creates a empty value for the specific type.static IIxValueIxValueFactory.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)