Package com.nomagic.updm.utils
Enum Class UPDMProfile.InformationKindEnum
java.lang.Object
java.lang.Enum<UPDMProfile.InformationKindEnum>
com.nomagic.updm.utils.UPDMProfile.InformationKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UPDMProfile.InformationKindEnum>
,Constable
- Enclosing class:
- UPDMProfile
Enumeration of kinds of information, derived from MODAF and DoDAF, used to support the InformationKind tag of the Information stereotype.
-
Enum Constant Summary
Enum ConstantDescriptionRepresentation of information in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means.Types of information within the scope or domain of the architecture.Information is the state of a something of interest that is materialized -- in any medium or form -- and communicated or received.Information describing pedigree.An arbitrary set of axes with reference to which the position or motion of something is described or physical laws are formulated. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UPDMProfile profile, UPDMProfile.InformationKindEnum anEnum) Returns the enum constant of this class with the specified name.static UPDMProfile.InformationKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INFORMATION
Information is the state of a something of interest that is materialized -- in any medium or form -- and communicated or received. -
DOMAININFORMATION
Types of information within the scope or domain of the architecture. -
POSITIONREFERENCEFRAME
An arbitrary set of axes with reference to which the position or motion of something is described or physical laws are formulated. -
PEDIGREEINFORMATION
Information describing pedigree. -
DATA
Representation of information in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means. Examples could be whole models, packages, entities, attributes, classes, domain values, enumeration values, records, tables, rows, columns, and fields.
-
-
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(UPDMProfile profile, UPDMProfile.InformationKindEnum anEnum)
-