Package org.osgi.service.onem2m.dto
Enum Class SecurityInfoDTO.SecurityInfoType
java.lang.Object
java.lang.Enum<SecurityInfoDTO.SecurityInfoType>
org.osgi.service.onem2m.dto.SecurityInfoDTO.SecurityInfoType
- All Implemented Interfaces:
Serializable
,Comparable<SecurityInfoDTO.SecurityInfoType>
,Constable
- Enclosing class:
- SecurityInfoDTO
Enum SecurityInfoType
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDynamicAuthorizationRelationshipMappingRequestDynamicAuthorizationRelationshipMappingResponseDynamicAuthorizationRequestDynamicAuthorizationResponseESCertKEMessageESPrimObjectReceiverESPrimRandObjectRequestReceiverESPrimRandObjectResponse -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
Get assigned value.Returns the enum constant of this class with the specified name.static SecurityInfoDTO.SecurityInfoType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DynamicAuthorizationRequest
DynamicAuthorizationRequest -
DynamicAuthorizationResponse
DynamicAuthorizationResponse -
ReceiverESPrimRandObjectRequest
ReceiverESPrimRandObjectRequest -
ReceiverESPrimRandObjectResponse
ReceiverESPrimRandObjectResponse -
ESPrimObject
ESPrimObject -
ESCertKEMessage
ESCertKEMessage -
DynamicAuthorizationRelationshipMappingRequest
DynamicAuthorizationRelationshipMappingRequest -
DynamicAuthorizationRelationshipMappingResponse
public static final SecurityInfoDTO.SecurityInfoType DynamicAuthorizationRelationshipMappingResponseDynamicAuthorizationRelationshipMappingResponse
-
-
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
public int getValue()Get assigned value.- Returns:
- assigned value
-