public static enum CoreString.CoreStringV1.SingleOrRange extends Enum<CoreString.CoreStringV1.SingleOrRange>
| Modifier and Type | Method and Description |
|---|---|
static CoreString.CoreStringV1.SingleOrRange |
byId(long id) |
long |
id() |
static CoreString.CoreStringV1.SingleOrRange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreString.CoreStringV1.SingleOrRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreString.CoreStringV1.SingleOrRange SINGLE
public static final CoreString.CoreStringV1.SingleOrRange RANGE
public static CoreString.CoreStringV1.SingleOrRange[] values()
for (CoreString.CoreStringV1.SingleOrRange c : CoreString.CoreStringV1.SingleOrRange.values()) System.out.println(c);
public static CoreString.CoreStringV1.SingleOrRange 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 long id()
public static CoreString.CoreStringV1.SingleOrRange byId(long id)
Copyright © 2020. All rights reserved.