Package org.serviceconnector.scmp
Enum Class SCMPHeaderAttributeKey
- All Implemented Interfaces:
Serializable,Comparable<SCMPHeaderAttributeKey>,Constable
The Enum SCMPHeaderAttributeKey. Defines possible header attributes in SCMP.
- Author:
- JTraber
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ACTUAL_MASK.The APP_ERROR_CODE.The APP_ERROR_TEXT.The APPENDIX_NR.The BODY_TYPE.The CACHE_EXPIRATION_DATETIME.The CACHE_ID.The CACHE_PARTN_NUMBER.The CACHED.The CACHING_METHOD.The CASCADED_MASK.The CASCADED_SUBSCRIPTION_ID.The CHECK_REGISTRATION_INTERVAL.The COMPRESSION.The ECHO_INTERVAL.The IMMEDIAT_CONNECT.The IP_ADDRESS_LIST.The KEEP_ALIVE_INTERVAL.The LOCAL_DATE_TIME.The MASK.The MAX_CONNECTIONS.The MAX_SESSIONS.The MESSAGE_ID.The MSG_INFO.The MSG_TYPE.The NO_DATA.The NO_DATA_INTERVAL.The NR_OF_APPENDIX.The OPERATION_TIMEOUT.The PORT_NR.The REJECT_SESSION.The REMOTE_FILE_NAME.The SC_ERROR_CODE.The SC_ERROR_TEXT.The SC_VERSION.The SERVICE_NAME.The SESSION_ID.The SESSION_INFO.The UNDEFINED.The URL_PATH. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the value.static SCMPHeaderAttributeKeyReturns the enum constant of this class with the specified name.static SCMPHeaderAttributeKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
APP_ERROR_CODE
The APP_ERROR_CODE. -
APP_ERROR_TEXT
The APP_ERROR_TEXT. -
BODY_TYPE
The BODY_TYPE. -
CACHE_EXPIRATION_DATETIME
The CACHE_EXPIRATION_DATETIME. -
CACHE_ID
The CACHE_ID. -
CACHED
The CACHED. -
CACHE_PARTN_NUMBER
The CACHE_PARTN_NUMBER. -
CACHING_METHOD
The CACHING_METHOD. -
NR_OF_APPENDIX
The NR_OF_APPENDIX. -
APPENDIX_NR
The APPENDIX_NR. -
COMPRESSION
The COMPRESSION. -
ECHO_INTERVAL
The ECHO_INTERVAL. -
OPERATION_TIMEOUT
The OPERATION_TIMEOUT. -
IMMEDIATE_CONNECT
The IMMEDIAT_CONNECT. -
IP_ADDRESS_LIST
The IP_ADDRESS_LIST. -
KEEP_ALIVE_INTERVAL
The KEEP_ALIVE_INTERVAL. -
CHECK_REGISTRATION_INTERVAL
The CHECK_REGISTRATION_INTERVAL. -
LOCAL_DATE_TIME
The LOCAL_DATE_TIME. -
MESSAGE_SEQUENCE_NR
The MESSAGE_ID. -
MSG_INFO
The MSG_INFO. -
MSG_TYPE
The MSG_TYPE. -
ACTUAL_MASK
The ACTUAL_MASK. -
MASK
The MASK. -
CASCADED_MASK
The CASCADED_MASK. -
CASCADED_SUBSCRIPTION_ID
The CASCADED_SUBSCRIPTION_ID. -
MAX_SESSIONS
The MAX_SESSIONS. -
MAX_CONNECTIONS
The MAX_CONNECTIONS. -
NO_DATA
The NO_DATA. -
NO_DATA_INTERVAL
The NO_DATA_INTERVAL. -
PORT_NR
The PORT_NR. -
REJECT_SESSION
The REJECT_SESSION. -
REMOTE_FILE_NAME
The REMOTE_FILE_NAME. -
SC_ERROR_CODE
The SC_ERROR_CODE. -
SC_ERROR_TEXT
The SC_ERROR_TEXT. -
SC_VERSION
The SC_VERSION. -
SERVICE_NAME
The SERVICE_NAME. -
SESSION_ID
The SESSION_ID. -
SESSION_INFO
The SESSION_INFO. -
URL_PATH
The URL_PATH. -
UNDEFINED
The UNDEFINED.
-
-
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
-
getValue
Gets the value.- Returns:
- the value
-