public static enum ProtocolAttachmentPersonnelBase.PropertyName extends Enum<ProtocolAttachmentPersonnelBase.PropertyName>
| Enum Constant and Description |
|---|
PERSON_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName()
Gets the property name.
|
String |
toString()
Gets the
propertyName(). |
static ProtocolAttachmentPersonnelBase.PropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolAttachmentPersonnelBase.PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolAttachmentPersonnelBase.PropertyName PERSON_ID
public static ProtocolAttachmentPersonnelBase.PropertyName[] values()
for (ProtocolAttachmentPersonnelBase.PropertyName c : ProtocolAttachmentPersonnelBase.PropertyName.values()) System.out.println(c);
public static ProtocolAttachmentPersonnelBase.PropertyName 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 getPropertyName()
public String toString()
propertyName().toString in class Enum<ProtocolAttachmentPersonnelBase.PropertyName>propertyName()Copyright © 2013 The Kuali Foundation. All Rights Reserved.