public static enum TypesMap.AccessType extends Enum<TypesMap.AccessType>
Enum Constant and Description |
---|
AUTOINCREMENT |
BYTE |
CHAR |
COMPLEX |
COUNTER |
CURRENCY |
DATETIME |
DOUBLE |
GUID |
HYPERLINK |
INTEGER |
LONG |
MEMO |
NUMERIC |
OLE |
SINGLE |
TEXT |
YESNO |
Modifier and Type | Method and Description |
---|---|
static TypesMap.AccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypesMap.AccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypesMap.AccessType BYTE
public static final TypesMap.AccessType COUNTER
public static final TypesMap.AccessType CURRENCY
public static final TypesMap.AccessType DATETIME
public static final TypesMap.AccessType DOUBLE
public static final TypesMap.AccessType GUID
public static final TypesMap.AccessType INTEGER
public static final TypesMap.AccessType LONG
public static final TypesMap.AccessType MEMO
public static final TypesMap.AccessType NUMERIC
public static final TypesMap.AccessType OLE
public static final TypesMap.AccessType SINGLE
public static final TypesMap.AccessType TEXT
public static final TypesMap.AccessType YESNO
public static final TypesMap.AccessType AUTOINCREMENT
public static final TypesMap.AccessType COMPLEX
public static final TypesMap.AccessType CHAR
public static final TypesMap.AccessType HYPERLINK
public static TypesMap.AccessType[] values()
for (TypesMap.AccessType c : TypesMap.AccessType.values()) System.out.println(c);
public static TypesMap.AccessType 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 nullCopyright © 2012–2018 UCanAccess. All rights reserved.