public enum SServiceSimpleType extends Enum<SServiceSimpleType>
| Enum Constant and Description |
|---|
BOOLEAN |
BYTEARRAY |
CLASS |
DATAHANDLER |
DATE |
DOUBLE |
ENUM |
FLOAT |
INT |
LIST |
LONG |
SET |
STRING |
UNKNOWN |
VOID |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SServiceSimpleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SServiceSimpleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SServiceSimpleType ENUM
public static final SServiceSimpleType STRING
public static final SServiceSimpleType LONG
public static final SServiceSimpleType INT
public static final SServiceSimpleType BOOLEAN
public static final SServiceSimpleType FLOAT
public static final SServiceSimpleType DOUBLE
public static final SServiceSimpleType DATE
public static final SServiceSimpleType CLASS
public static final SServiceSimpleType DATAHANDLER
public static final SServiceSimpleType BYTEARRAY
public static final SServiceSimpleType LIST
public static final SServiceSimpleType SET
public static final SServiceSimpleType VOID
public static final SServiceSimpleType UNKNOWN
public static SServiceSimpleType[] values()
for (SServiceSimpleType c : SServiceSimpleType.values()) System.out.println(c);
public static SServiceSimpleType 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 int getOrdinal()
Copyright © 2016 OpenSource BIM. All rights reserved.