public enum CustomDataType extends Enum<CustomDataType>
| Enum Constant and Description |
|---|
Amount |
ASCII |
Base64 |
Boolean |
Currency |
Date |
DateTime |
Duration |
ExternalRef |
IPAddress |
MaskedAccount |
MaskedPAN |
NaturalNumber |
NegativeInteger |
PositiveInteger |
Rate |
Unicode |
URI |
UUID |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
Number |
getMax() |
Number |
getMin() |
String |
getName() |
String |
getPattern() |
static CustomDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomDataType DateTime
public static final CustomDataType Date
public static final CustomDataType Duration
public static final CustomDataType MaskedPAN
public static final CustomDataType MaskedAccount
public static final CustomDataType NaturalNumber
public static final CustomDataType ASCII
public static final CustomDataType Unicode
public static final CustomDataType PositiveInteger
public static final CustomDataType NegativeInteger
public static final CustomDataType Rate
public static final CustomDataType Amount
public static final CustomDataType Currency
public static final CustomDataType URI
public static final CustomDataType Boolean
public static final CustomDataType ExternalRef
public static final CustomDataType Base64
public static final CustomDataType IPAddress
public static final CustomDataType UUID
public static CustomDataType[] values()
for (CustomDataType c : CustomDataType.values()) System.out.println(c);
public static CustomDataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Format getFormat()
public String getPattern()
public Number getMin()
public Number getMax()
public String getName()
Copyright © 2020. All rights reserved.