public enum CmsMessageType extends Enum<CmsMessageType>
| Enum Constant and Description |
|---|
CMS_ENVEL_SERVER |
CMS_SIGN_CLIENT |
CMS_SIGN_SERVER |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CmsMessageType |
fromValue(int value)
Retrieve the UniversalTag associated with a given value
|
int |
getValue() |
static CmsMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmsMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsMessageType UNKNOWN
public static final CmsMessageType CMS_SIGN_CLIENT
public static final CmsMessageType CMS_SIGN_SERVER
public static final CmsMessageType CMS_ENVEL_SERVER
public static CmsMessageType[] values()
for (CmsMessageType c : CmsMessageType.values()) System.out.println(c);
public static CmsMessageType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static CmsMessageType fromValue(int value)
value - The integer valueCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.