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