public class MaxTypeUPPER extends MaxTypeALN
| Constructor and Description |
|---|
MaxTypeUPPER(java.util.Locale l)
Construct null value of specified type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone the object.
|
int |
getType()
Get the current type
|
void |
setValue(MaxType value)
Set value based on the MaxType value passed in.
|
void |
setValue(java.lang.String value)
Set the value to the specified value.
|
asDouble, asLocaleString, asLocaleString, asLocaleString, asLong, asString, checkLength, equals, getMaxLength, overrideStringData, setMaxLengthasBoolean, asBytes, asDate, asFloat, asInt, createMaxType, createMaxType, getAttributeName, getObjectName, getScale, isNull, setAftercheckLengthAndScale, setAttributeName, setObjectName, setScale, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, toStringpublic MaxTypeUPPER(java.util.Locale l)
public int getType()
getType in class MaxTypeALNpublic void setValue(java.lang.String value)
throws MXException
setValue in class MaxTypeALNMXExceptionpublic void setValue(MaxType value) throws MXException
MaxTypeALNsetValue in class MaxTypeALNMXExceptionpublic java.lang.Object clone()
clone in class MaxTypeALN