Package de.uplanet.lucy.server.ixvalue
Klasse IxStringValue
java.lang.Object
de.uplanet.lucy.server.ixvalue.AbstractIxValue
de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
de.uplanet.lucy.server.ixvalue.IxStringValue
- Alle implementierten Schnittstellen:
IIxValue
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungIxStringValue(de.uplanet.lucy.types.UP_TYPE p_stringType, String p_strValue) IxStringValue(String p_strValue) -
Methodenübersicht
Von Klasse geerbte Methoden de.uplanet.lucy.server.ixvalue.AbstractIxStringValue
asBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, asValueHolder, getValue, hasValue, isPrimitiveVon Klasse geerbte Methoden de.uplanet.lucy.server.ixvalue.AbstractIxValue
asBigDecimal, asBoolean, asDate, asDouble, asInt, asLong, asString, asTime, asTimestamp, getType
-
Konstruktordetails
-
IxStringValue
- Parameter:
p_strValue- The value (could benull)
-
IxStringValue
- Parameter:
p_stringType- The string type (notnull)p_strValue- The value (could benull)
-