public class MaxTypeCRYPTO extends MaxTypeALN
| Constructor and Description |
|---|
MaxTypeCRYPTO()
Construct null value of specified type
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes()
Return as byte array.
|
protected void |
checkLength(java.lang.String s)
Compare length of the string against the max length
|
java.lang.Object |
clone()
Clone the object.
|
int |
getType()
Get the current type
|
void |
setValue(byte[] value)
Set the value to the specified value.
|
void |
setValue(MaxType value)
Set value based on the MaxType value passed in.
|
asDouble, asLocaleString, asLocaleString, asLocaleString, asLong, asString, equals, getMaxLength, overrideStringData, setMaxLength, setValueasBoolean, asDate, asFloat, asInt, createMaxType, createMaxType, getAttributeName, getObjectName, getScale, isNull, setAftercheckLengthAndScale, setAttributeName, setObjectName, setScale, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, toStringpublic int getType()
getType in class MaxTypeALNprotected void checkLength(java.lang.String s)
throws MXException
checkLength in class MaxTypeALNMXExceptionpublic void setValue(byte[] value)
throws MXException
setValue in class MaxTypeMXExceptionpublic byte[] asBytes()
throws MXException
asBytes in class MaxTypeMXExceptionpublic void setValue(MaxType value) throws MXException
MaxTypeALNsetValue in class MaxTypeALNMXExceptionpublic java.lang.Object clone()
clone in class MaxTypeALN