public enum MsgAuditEditionType extends Enum<MsgAuditEditionType>
Modifier and Type | Field and Description |
---|---|
private int |
type |
Modifier and Type | Method and Description |
---|---|
static MsgAuditEditionType |
deserialize(int type)
Deserialize MsgAuditEditionType
|
int |
getType()
Gets type.
|
static MsgAuditEditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MsgAuditEditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MsgAuditEditionType OFFICE
public static final MsgAuditEditionType SERVICE
public static final MsgAuditEditionType CORP
public static MsgAuditEditionType[] values()
for (MsgAuditEditionType c : MsgAuditEditionType.values()) System.out.println(c);
public static MsgAuditEditionType 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 getType()
public static MsgAuditEditionType deserialize(int type)
type
- the typeCopyright © 2025. All rights reserved.