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