AnyLogic
Expand
Font size
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>

Enum Constant Summary

Enum Constants 
CENTIMETER  
CUBIC_METER  
CUBIC_METER_PER_SECOND  
CUSTOM  
DAY  
DEG_PER_SECOND  
DEGREE  
FOOT  
FPM  
FPS  
FPS_SQ  
HOUR  
INCH  
KILOGRAM  
KILOGRAM_PER_SECOND  
KILOMETER  
KN  
KPH  
LITER  
LITER_PER_SECOND  
METER  
MILE  
MILLIMETER  
MILLISECOND  
MINUTE  
MONTH  
MPH  
MPS  
MPS_SQ  
MTU  
NAUTICAL_MILE  
OIL_BARREL  
OIL_BARREL_PER_SECOND  
PER_DAY  
PER_HOUR  
PER_MILLISECOND  
PER_MINUTE  
PER_MONTH  
PER_SECOND  
PER_WEEK  
PER_YEAR  
PIXEL  
POPULATION  
RAD_PER_SECOND  
RADIAN  
RPM  
SECOND  
SQ_CENTIMETER  
SQ_FOOT  
SQ_INCH  
SQ_KILOMETER  
SQ_METER  
SQ_MILE  
SQ_MILLIMETER  
SQ_NAUTICAL_MILE  
SQ_YARD  
TON  
TON_PER_SECOND  
TURN  
WEEK  
YARD  
YEAR  
Enum Constant Description

Method Summary

All Methods Static Methods Instance Methods Concrete Methods 
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

Methods inherited from class java.lang.Enum

compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Methods inherited from class java.lang.Object

getClass, notify, notifyAll, wait, wait, wait

Enum Constant Detail

MILLISECOND

public static final AnyLogicCustomProposalType.Label MILLISECOND

SECOND

public static final AnyLogicCustomProposalType.Label SECOND

MINUTE

public static final AnyLogicCustomProposalType.Label MINUTE

HOUR

public static final AnyLogicCustomProposalType.Label HOUR

DAY

public static final AnyLogicCustomProposalType.Label DAY

WEEK

public static final AnyLogicCustomProposalType.Label WEEK

MONTH

public static final AnyLogicCustomProposalType.Label MONTH

YEAR

public static final AnyLogicCustomProposalType.Label YEAR

PER_MILLISECOND

public static final AnyLogicCustomProposalType.Label PER_MILLISECOND

PER_SECOND

public static final AnyLogicCustomProposalType.Label PER_SECOND

PER_MINUTE

public static final AnyLogicCustomProposalType.Label PER_MINUTE

PER_HOUR

public static final AnyLogicCustomProposalType.Label PER_HOUR

PER_DAY

public static final AnyLogicCustomProposalType.Label PER_DAY

PER_WEEK

public static final AnyLogicCustomProposalType.Label PER_WEEK

PER_MONTH

public static final AnyLogicCustomProposalType.Label PER_MONTH

PER_YEAR

public static final AnyLogicCustomProposalType.Label PER_YEAR

MILLIMETER

public static final AnyLogicCustomProposalType.Label MILLIMETER

CENTIMETER

public static final AnyLogicCustomProposalType.Label CENTIMETER

METER

public static final AnyLogicCustomProposalType.Label METER

KILOMETER

public static final AnyLogicCustomProposalType.Label KILOMETER

INCH

public static final AnyLogicCustomProposalType.Label INCH
public static final AnyLogicCustomProposalType.Label FOOT

YARD

public static final AnyLogicCustomProposalType.Label YARD

MILE

public static final AnyLogicCustomProposalType.Label MILE

NAUTICAL_MILE

public static final AnyLogicCustomProposalType.Label NAUTICAL_MILE

SQ_MILLIMETER

public static final AnyLogicCustomProposalType.Label SQ_MILLIMETER

SQ_CENTIMETER

public static final AnyLogicCustomProposalType.Label SQ_CENTIMETER

SQ_METER

public static final AnyLogicCustomProposalType.Label SQ_METER

SQ_KILOMETER

public static final AnyLogicCustomProposalType.Label SQ_KILOMETER

SQ_INCH

public static final AnyLogicCustomProposalType.Label SQ_INCH

SQ_FOOT

public static final AnyLogicCustomProposalType.Label SQ_FOOT

SQ_YARD

public static final AnyLogicCustomProposalType.Label SQ_YARD

SQ_MILE

public static final AnyLogicCustomProposalType.Label SQ_MILE

SQ_NAUTICAL_MILE

public static final AnyLogicCustomProposalType.Label SQ_NAUTICAL_MILE

MPS

public static final AnyLogicCustomProposalType.Label MPS

KPH

public static final AnyLogicCustomProposalType.Label KPH

FPS

public static final AnyLogicCustomProposalType.Label FPS

FPM

public static final AnyLogicCustomProposalType.Label FPM

MPH

public static final AnyLogicCustomProposalType.Label MPH

KN

public static final AnyLogicCustomProposalType.Label KN

MPS_SQ

public static final AnyLogicCustomProposalType.Label MPS_SQ

FPS_SQ

public static final AnyLogicCustomProposalType.Label FPS_SQ

LITER

public static final AnyLogicCustomProposalType.Label LITER

OIL_BARREL

public static final AnyLogicCustomProposalType.Label OIL_BARREL

CUBIC_METER

public static final AnyLogicCustomProposalType.Label CUBIC_METER

KILOGRAM

public static final AnyLogicCustomProposalType.Label KILOGRAM

TON

public static final AnyLogicCustomProposalType.Label TON

LITER_PER_SECOND

public static final AnyLogicCustomProposalType.Label LITER_PER_SECOND

OIL_BARREL_PER_SECOND

public static final AnyLogicCustomProposalType.Label OIL_BARREL_PER_SECOND

CUBIC_METER_PER_SECOND

public static final AnyLogicCustomProposalType.Label CUBIC_METER_PER_SECOND

KILOGRAM_PER_SECOND

public static final AnyLogicCustomProposalType.Label KILOGRAM_PER_SECOND

TON_PER_SECOND

public static final AnyLogicCustomProposalType.Label TON_PER_SECOND

TURN

public static final AnyLogicCustomProposalType.Label TURN

RADIAN

public static final AnyLogicCustomProposalType.Label RADIAN

DEGREE

public static final AnyLogicCustomProposalType.Label DEGREE

RPM

public static final AnyLogicCustomProposalType.Label RPM

RAD_PER_SECOND

public static final AnyLogicCustomProposalType.Label RAD_PER_SECOND

DEG_PER_SECOND

public static final AnyLogicCustomProposalType.Label DEG_PER_SECOND

MTU

public static final AnyLogicCustomProposalType.Label MTU

PIXEL

public static final AnyLogicCustomProposalType.Label PIXEL

POPULATION

public static final AnyLogicCustomProposalType.Label POPULATION

CUSTOM

public static final AnyLogicCustomProposalType.Label CUSTOM

Method Detail

values

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

valueOf

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 name
java.lang.NullPointerException - if the argument is null

getText

public java.lang.String getText()
How can we improve this article?