Package com.nomagic.updm.utils
Enum Class UPDMProfile.ExchangeElementKindEnum
java.lang.Object
java.lang.Enum<UPDMProfile.ExchangeElementKindEnum>
com.nomagic.updm.utils.UPDMProfile.ExchangeElementKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UPDMProfile.ExchangeElementKindEnum>
,Constable
- Enclosing class:
- UPDMProfile
public static enum UPDMProfile.ExchangeElementKindEnum
extends Enum<UPDMProfile.ExchangeElementKindEnum>
Enumeration of the types of element being exchanged on an information exchange.
-
Enum Constant Summary
Enum ConstantDescriptionA formalized representation of data which is managed by or exchanged between resources.An item of information that flows between Operational Activities and Nodes. -
Method Summary
Modifier and TypeMethodDescriptiongetText()
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UPDMProfile profile, UPDMProfile.ExchangeElementKindEnum anEnum) Returns the enum constant of this class with the specified name.static UPDMProfile.ExchangeElementKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INFORMATIONELEMENT
An item of information that flows between Operational Activities and Nodes. The structure of an InformationElement may be defined using a LogicalDataModel. -
DATAELEMENT
A formalized representation of data which is managed by or exchanged between resources.
-
-
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.ExchangeElementKindEnum anEnum)
-