Package com.anylogic.engine
- Enum Constant Summary
- Method Summary
- Methods inherited from class java.lang.Enum
- Methods inherited from class java.lang.Object
- Enum Constant Detail
- MILLISECOND
- SECOND
- MINUTE
- HOUR
- DAY
- WEEK
- MONTH
- YEAR
- PER_MILLISECOND
- PER_SECOND
- PER_MINUTE
- PER_HOUR
- PER_DAY
- PER_WEEK
- PER_MONTH
- PER_YEAR
- MILLIMETER
- CENTIMETER
- METER
- KILOMETER
- INCH
- FOOT
- YARD
- MILE
- NAUTICAL_MILE
- SQ_MILLIMETER
- SQ_CENTIMETER
- SQ_METER
- SQ_KILOMETER
- SQ_INCH
- SQ_FOOT
- SQ_YARD
- SQ_MILE
- SQ_NAUTICAL_MILE
- MPS
- KPH
- FPS
- FPM
- MPH
- KN
- MPS_SQ
- FPS_SQ
- LITER
- OIL_BARREL
- CUBIC_METER
- KILOGRAM
- TON
- LITER_PER_SECOND
- OIL_BARREL_PER_SECOND
- CUBIC_METER_PER_SECOND
- KILOGRAM_PER_SECOND
- TON_PER_SECOND
- TURN
- RADIAN
- DEGREE
- RPM
- RAD_PER_SECOND
- DEG_PER_SECOND
- MTU
- PIXEL
- POPULATION
- CUSTOM
- Method Detail
- java.lang.Object
-
- java.lang.Enum<AnyLogicCustomProposalType.Label>
-
- com.anylogic.engine.AnyLogicCustomProposalType.Label
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<AnyLogicCustomProposalType.Label>
- Enclosing class:
- AnyLogicCustomProposalType
@AnyLogicInternalAPI public static enum AnyLogicCustomProposalType.Label extends java.lang.Enum<AnyLogicCustomProposalType.Label>
java.lang.String |
getText() |
|
static AnyLogicCustomProposalType.Label |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AnyLogicCustomProposalType.Label[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final AnyLogicCustomProposalType.Label MILLISECOND
public static final AnyLogicCustomProposalType.Label SECOND
public static final AnyLogicCustomProposalType.Label MINUTE
public static final AnyLogicCustomProposalType.Label HOUR
public static final AnyLogicCustomProposalType.Label DAY
public static final AnyLogicCustomProposalType.Label WEEK
public static final AnyLogicCustomProposalType.Label MONTH
public static final AnyLogicCustomProposalType.Label YEAR
public static final AnyLogicCustomProposalType.Label PER_MILLISECOND
public static final AnyLogicCustomProposalType.Label PER_SECOND
public static final AnyLogicCustomProposalType.Label PER_MINUTE
public static final AnyLogicCustomProposalType.Label PER_HOUR
public static final AnyLogicCustomProposalType.Label PER_DAY
public static final AnyLogicCustomProposalType.Label PER_WEEK
public static final AnyLogicCustomProposalType.Label PER_MONTH
public static final AnyLogicCustomProposalType.Label PER_YEAR
public static final AnyLogicCustomProposalType.Label MILLIMETER
public static final AnyLogicCustomProposalType.Label CENTIMETER
public static final AnyLogicCustomProposalType.Label METER
public static final AnyLogicCustomProposalType.Label KILOMETER
public static final AnyLogicCustomProposalType.Label INCH
public static final AnyLogicCustomProposalType.Label FOOT
public static final AnyLogicCustomProposalType.Label YARD
public static final AnyLogicCustomProposalType.Label MILE
public static final AnyLogicCustomProposalType.Label NAUTICAL_MILE
public static final AnyLogicCustomProposalType.Label SQ_MILLIMETER
public static final AnyLogicCustomProposalType.Label SQ_CENTIMETER
public static final AnyLogicCustomProposalType.Label SQ_METER
public static final AnyLogicCustomProposalType.Label SQ_KILOMETER
public static final AnyLogicCustomProposalType.Label SQ_INCH
public static final AnyLogicCustomProposalType.Label SQ_FOOT
public static final AnyLogicCustomProposalType.Label SQ_YARD
public static final AnyLogicCustomProposalType.Label SQ_MILE
public static final AnyLogicCustomProposalType.Label SQ_NAUTICAL_MILE
public static final AnyLogicCustomProposalType.Label MPS
public static final AnyLogicCustomProposalType.Label KPH
public static final AnyLogicCustomProposalType.Label FPS
public static final AnyLogicCustomProposalType.Label FPM
public static final AnyLogicCustomProposalType.Label MPH
public static final AnyLogicCustomProposalType.Label KN
public static final AnyLogicCustomProposalType.Label MPS_SQ
public static final AnyLogicCustomProposalType.Label FPS_SQ
public static final AnyLogicCustomProposalType.Label LITER
public static final AnyLogicCustomProposalType.Label OIL_BARREL
public static final AnyLogicCustomProposalType.Label CUBIC_METER
public static final AnyLogicCustomProposalType.Label KILOGRAM
public static final AnyLogicCustomProposalType.Label TON
public static final AnyLogicCustomProposalType.Label LITER_PER_SECOND
public static final AnyLogicCustomProposalType.Label OIL_BARREL_PER_SECOND
public static final AnyLogicCustomProposalType.Label CUBIC_METER_PER_SECOND
public static final AnyLogicCustomProposalType.Label KILOGRAM_PER_SECOND
public static final AnyLogicCustomProposalType.Label TON_PER_SECOND
public static final AnyLogicCustomProposalType.Label TURN
public static final AnyLogicCustomProposalType.Label RADIAN
public static final AnyLogicCustomProposalType.Label DEGREE
public static final AnyLogicCustomProposalType.Label RPM
public static final AnyLogicCustomProposalType.Label RAD_PER_SECOND
public static final AnyLogicCustomProposalType.Label DEG_PER_SECOND
public static final AnyLogicCustomProposalType.Label MTU
public static final AnyLogicCustomProposalType.Label PIXEL
public static final AnyLogicCustomProposalType.Label POPULATION
public static final AnyLogicCustomProposalType.Label CUSTOM
public static AnyLogicCustomProposalType.Label[] values()
Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AnyLogicCustomProposalType.Label c : AnyLogicCustomProposalType.Label.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
public static AnyLogicCustomProposalType.Label valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
public java.lang.String getText()
-
How can we improve this article?
-