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