public enum swSafeArrayType_e extends java.lang.Enum<swSafeArrayType_e>
Enum Constant and Description |
---|
swBooleanArray |
swBstrArray |
swByteArray |
swDispatchArray |
swDoubleArray |
swLongArray |
swLongLongArray |
swUnknownArray |
swUnsignedByteArray |
swUnsignedLongLongArray |
swWordArray |
Modifier and Type | Method and Description |
---|---|
static swSafeArrayType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSafeArrayType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSafeArrayType_e swWordArray
public static final swSafeArrayType_e swLongArray
public static final swSafeArrayType_e swDoubleArray
public static final swSafeArrayType_e swBstrArray
public static final swSafeArrayType_e swDispatchArray
public static final swSafeArrayType_e swBooleanArray
public static final swSafeArrayType_e swUnknownArray
public static final swSafeArrayType_e swByteArray
public static final swSafeArrayType_e swUnsignedByteArray
public static final swSafeArrayType_e swLongLongArray
public static final swSafeArrayType_e swUnsignedLongLongArray
public static swSafeArrayType_e[] values()
for (swSafeArrayType_e c : swSafeArrayType_e.values()) System.out.println(c);
public static swSafeArrayType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null