public enum NoteAndAttachmentPrefix extends Enum<NoteAndAttachmentPrefix>
| Enum Constant and Description |
|---|
ATTACHMENT_PERSONNEL |
ATTACHMENT_PROTOCOL |
NEW_ATTACHMENT_PERSONNEL |
NEW_ATTACHMENT_PROTOCOL |
NEW_NOTEPAD |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexedPrefix(int index)
Gets the prefix name with an index value.
|
String |
getPrefixName()
Gets the prefix name.
|
String |
toString() |
static NoteAndAttachmentPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoteAndAttachmentPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteAndAttachmentPrefix NEW_ATTACHMENT_PROTOCOL
public static final NoteAndAttachmentPrefix NEW_ATTACHMENT_PERSONNEL
public static final NoteAndAttachmentPrefix ATTACHMENT_PROTOCOL
public static final NoteAndAttachmentPrefix ATTACHMENT_PERSONNEL
public static final NoteAndAttachmentPrefix NEW_NOTEPAD
public static NoteAndAttachmentPrefix[] values()
for (NoteAndAttachmentPrefix c : NoteAndAttachmentPrefix.values()) System.out.println(c);
public static NoteAndAttachmentPrefix 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 getPrefixName()
public String getIndexedPrefix(int index)
index - the indexUnsupportedOperationException - if not an indexed typepublic String toString()
toString in class Enum<NoteAndAttachmentPrefix>Copyright © 2013 The Kuali Foundation. All Rights Reserved.