Package de.uplanet.lucy.server.ixvalue
Class IxStringValue
java.lang.Object
de.uplanet.lucy.server.ixvalue.AbstractIxValue
de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
de.uplanet.lucy.server.ixvalue.IxStringValue
- All Implemented Interfaces:
IIxValue
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIxStringValue
(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue) IxStringValue
(String p_strValue) -
Method Summary
Methods inherited from class de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
asBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, asValueHolder, getValue, isPrimitive
Methods inherited from class de.uplanet.lucy.server.ixvalue.AbstractIxValue
asBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, getType, hasValue
-
Constructor Details
-
IxStringValue
- Parameters:
p_strValue
- The value (could benull
)
-
IxStringValue
- Parameters:
p_stringType
- The string type (notnull
)p_strValue
- The value (could benull
)
-