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
public final class IxStringValue
extends de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionIxStringValue(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue) IxStringValue(String p_strValue) 
- 
Method SummaryMethods inherited from class de.uplanet.lucy.server.ixvalue.AbstractIxStringValueasBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, asValueHolder, getValue, isPrimitiveMethods inherited from class de.uplanet.lucy.server.ixvalue.AbstractIxValueasBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, getType, hasValue
- 
Constructor Details- 
IxStringValue- Parameters:
- p_strValue- The value (could be- null)
 
- 
IxStringValue- Parameters:
- p_stringType- The string type (not- null)
- p_strValue- The value (could be- null)
 
 
-