public enum ImportType extends Enum<ImportType> implements io.ciera.runtime.summit.types.IXtumlType
| Enum Constant and Description |
|---|
BOTH |
IMPL |
INT |
UNINITIALIZED_ENUM |
| Modifier and Type | Method and Description |
|---|---|
static ImportType |
deserialize(Object o) |
boolean |
equality(io.ciera.runtime.summit.types.IXtumlType value) |
int |
getValue() |
String |
serialize() |
static ImportType |
valueOf(int value) |
static ImportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportType UNINITIALIZED_ENUM
public static final ImportType BOTH
public static final ImportType IMPL
public static final ImportType INT
public static ImportType[] values()
for (ImportType c : ImportType.values()) System.out.println(c);
public static ImportType 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 getValue()
public boolean equality(io.ciera.runtime.summit.types.IXtumlType value)
throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlTypeio.ciera.runtime.summit.exceptions.XtumlExceptionpublic String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlTypepublic static ImportType deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static ImportType valueOf(int value)
Copyright © 2021. All rights reserved.