public enum ActiveInstanceAdjustmentType extends Enum<ActiveInstanceAdjustmentType>
| Enum Constant and Description |
|---|
AT_LEAST |
EQUALS |
NO_MORE_THAN |
| Modifier and Type | Method and Description |
|---|---|
static ActiveInstanceAdjustmentType |
getActiveInstanceAdjustmentType(long databaseId) |
abstract int |
getAdjustmentNumber(int from,
int to) |
long |
getDatabaseId() |
static ActiveInstanceAdjustmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveInstanceAdjustmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveInstanceAdjustmentType EQUALS
public static final ActiveInstanceAdjustmentType AT_LEAST
public static final ActiveInstanceAdjustmentType NO_MORE_THAN
public static ActiveInstanceAdjustmentType[] values()
for (ActiveInstanceAdjustmentType c : ActiveInstanceAdjustmentType.values()) System.out.println(c);
public static ActiveInstanceAdjustmentType 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 getDatabaseId()
public abstract int getAdjustmentNumber(int from,
int to)
@Nullable public static ActiveInstanceAdjustmentType getActiveInstanceAdjustmentType(long databaseId)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.