public enum CorrespondenceTypeModuleIdConstants extends Enum<CorrespondenceTypeModuleIdConstants>
| Enum Constant and Description |
|---|
COMMITTEE |
PROTOCOL |
PROTOCOL_SUBMISSION |
SCHEDULE |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
String |
description() |
static CorrespondenceTypeModuleIdConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorrespondenceTypeModuleIdConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorrespondenceTypeModuleIdConstants SYSTEM
public static final CorrespondenceTypeModuleIdConstants PROTOCOL
public static final CorrespondenceTypeModuleIdConstants SCHEDULE
public static final CorrespondenceTypeModuleIdConstants PROTOCOL_SUBMISSION
public static final CorrespondenceTypeModuleIdConstants COMMITTEE
public static CorrespondenceTypeModuleIdConstants[] values()
for (CorrespondenceTypeModuleIdConstants c : CorrespondenceTypeModuleIdConstants.values()) System.out.println(c);
public static CorrespondenceTypeModuleIdConstants 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 String code()
public String description()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.