Package com.nomagic.magicdraw.uaf
Enum Class UAF.InformationKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UAF.InformationKindEnum>
,Constable
- Enclosing class:
- UAF
Enumeration of the possible kinds of Information.
-
Enum Constant Summary
Enum ConstantDescriptionIndicates that the Information associated with the InformationKind describes the representation of information in a formalized manner suitable for communication, interpretation, or processing by humans or by automatic means.Indicates that the Information associated with the InformationKind describes information within the scope or domain of the architecture.Indicates that the Information associated with the InformationKind describes the state of a something of interest that is materialized -- in any medium or form -- and communicated or received.Indicates that the Information associated with the InformationKind describes information pedigree.Indicates that the Information associated with the InformationKind describes 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 TypeMethodDescriptionstatic UAF.InformationKindEnum
getText()
static UAF.InformationKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UAF profile, UAF.InformationKindEnum anEnum) static UAF.InformationKindEnum
Returns the enum constant of this class with the specified name.static UAF.InformationKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INFORMATION
Indicates that the Information associated with the InformationKind describes the state of a something of interest that is materialized -- in any medium or form -- and communicated or received. -
DOMAININFORMATION
Indicates that the Information associated with the InformationKind describes information within the scope or domain of the architecture. -
POSITIONREFERENCEFRAME
Indicates that the Information associated with the InformationKind describes an arbitrary set of axes with reference to which the position or motion of something is described or physical laws are formulated. -
PEDIGREEINFORMATION
Indicates that the Information associated with the InformationKind describes information pedigree. -
DATA
Indicates that the Information associated with the InformationKind describes the 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(UAF profile, UAF.InformationKindEnum anEnum)
-