public static enum SRange.InsertCopyOrigin extends Enum<SRange.InsertCopyOrigin>
Enum Constant and Description |
---|
FORMAT_LEFT_ABOVE |
FORMAT_NONE |
FORMAT_RIGHT_BELOW |
Modifier and Type | Method and Description |
---|---|
static SRange.InsertCopyOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.InsertCopyOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SRange.InsertCopyOrigin FORMAT_NONE
public static final SRange.InsertCopyOrigin FORMAT_LEFT_ABOVE
public static final SRange.InsertCopyOrigin FORMAT_RIGHT_BELOW
public static SRange.InsertCopyOrigin[] values()
for (SRange.InsertCopyOrigin c : SRange.InsertCopyOrigin.values()) System.out.println(c);
public static SRange.InsertCopyOrigin 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 nullCopyright © 2020. All rights reserved.