Package com.nomagic.magicdraw.uaf
Enum Class UAF.ActualMeasurementKindEnum
java.lang.Object
java.lang.Enum<UAF.ActualMeasurementKindEnum>
com.nomagic.magicdraw.uaf.UAF.ActualMeasurementKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.ActualMeasurementKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of ActualMeasurement.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the ActualMeasurement associated with the ActualMeasurementKind is a realworld value.Indicates that the ActualMeasurement associated with the ActualMeasurementKind is an estimate of a realworld value.Indicates that the ActualMeasurement associated with the ActualMeasurementKind is a value that is expected to be achieved. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.ActualMeasurementKindEnum anEnum) Returns the enum constant of this class with the specified name.static UAF.ActualMeasurementKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTUAL
Indicates that the ActualMeasurement associated with the ActualMeasurementKind is a realworld value. -
REQUIRED
Indicates that the ActualMeasurement associated with the ActualMeasurementKind is a value that is expected to be achieved. -
ESTIMATE
Indicates that the ActualMeasurement associated with the ActualMeasurementKind is an estimate of a realworld value.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getText
-
from
-
toEnum
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UAF profile, UAF.ActualMeasurementKindEnum anEnum)
-