protected static enum GraphField.PropertyType extends Enum<GraphField.PropertyType>
| Enum Constant and Description |
|---|
ApplicationTime |
ApplicationTimeArray |
Binary |
BinaryArray |
Boolean |
CLSID |
CLSIDArray |
Currency |
CurrencyArray |
Double |
DoubleArray |
Error |
Float |
FloatArray |
Integer |
IntegerArray |
Long |
LongArray |
Null |
Object |
ObjectArray |
Short |
ShortArray |
String |
StringArray |
SystemTime |
SystemTimeArray |
| Modifier and Type | Method and Description |
|---|---|
static GraphField.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphField.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphField.PropertyType ApplicationTime
public static final GraphField.PropertyType ApplicationTimeArray
public static final GraphField.PropertyType Binary
public static final GraphField.PropertyType BinaryArray
public static final GraphField.PropertyType Boolean
public static final GraphField.PropertyType CLSID
public static final GraphField.PropertyType CLSIDArray
public static final GraphField.PropertyType Currency
public static final GraphField.PropertyType CurrencyArray
public static final GraphField.PropertyType Double
public static final GraphField.PropertyType DoubleArray
public static final GraphField.PropertyType Error
public static final GraphField.PropertyType Float
public static final GraphField.PropertyType FloatArray
public static final GraphField.PropertyType Integer
public static final GraphField.PropertyType IntegerArray
public static final GraphField.PropertyType Long
public static final GraphField.PropertyType LongArray
public static final GraphField.PropertyType Null
public static final GraphField.PropertyType Object
public static final GraphField.PropertyType ObjectArray
public static final GraphField.PropertyType Short
public static final GraphField.PropertyType ShortArray
public static final GraphField.PropertyType SystemTime
public static final GraphField.PropertyType SystemTimeArray
public static final GraphField.PropertyType String
public static final GraphField.PropertyType StringArray
public static GraphField.PropertyType[] values()
for (GraphField.PropertyType c : GraphField.PropertyType.values()) System.out.println(c);
public static GraphField.PropertyType 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 © 2001–2026 MickaĆ«l Guessant. All rights reserved.