public enum CorrespondentTypeQualifierConstants extends Enum<CorrespondentTypeQualifierConstants>
| Enum Constant and Description |
|---|
ORGANIZATION |
PROTOCOL |
UNIT |
| Modifier and Type | Method and Description |
|---|---|
String |
code() |
String |
description() |
static CorrespondentTypeQualifierConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorrespondentTypeQualifierConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorrespondentTypeQualifierConstants PROTOCOL
public static final CorrespondentTypeQualifierConstants UNIT
public static final CorrespondentTypeQualifierConstants ORGANIZATION
public static CorrespondentTypeQualifierConstants[] values()
for (CorrespondentTypeQualifierConstants c : CorrespondentTypeQualifierConstants.values()) System.out.println(c);
public static CorrespondentTypeQualifierConstants 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.