Package com.nomagic.magicdraw.uaf
Enum Class UAF.ActualMilestoneKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.ActualMilestoneKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of ActualProjectMilestone.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the ActualProjectMilestone associated with the ActualMilestoneKind is a configuration deployment milestone.Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the configuration goes into service.Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the deployed configuration is no longer used.Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is not one of the standard ActualMilestoneKinds.Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the in service configuration goes out of service. -
Method Summary
Modifier and TypeMethodDescriptionstatic UAF.ActualMilestoneKindEnum
getText()
static UAF.ActualMilestoneKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.ActualMilestoneKindEnum anEnum) static UAF.ActualMilestoneKindEnum
Returns the enum constant of this class with the specified name.static UAF.ActualMilestoneKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSERVICE
Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the configuration goes into service. -
DEPLOYED
Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is a configuration deployment milestone. -
NOLONGERUSED
Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the deployed configuration is no longer used. -
OUTOFSERVICE
Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is when the in service configuration goes out of service. -
OTHER
Indicates that the ActualProjectMilestone associated with the ActualMilestoneKind is not one of the standard ActualMilestoneKinds.
-
-
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.ActualMilestoneKindEnum anEnum)
-