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