org.kuali.student.common.assembly.helper
Enum RuntimeDataHelper.Properties
java.lang.Object
   java.lang.Enum<RuntimeDataHelper.Properties>
java.lang.Enum<RuntimeDataHelper.Properties>
       org.kuali.student.common.assembly.helper.RuntimeDataHelper.Properties
org.kuali.student.common.assembly.helper.RuntimeDataHelper.Properties
- All Implemented Interfaces: 
- Serializable, Comparable<RuntimeDataHelper.Properties>, PropertyEnum
- Enclosing class:
- RuntimeDataHelper
- public static enum RuntimeDataHelper.Properties 
- extends Enum<RuntimeDataHelper.Properties>- implements PropertyEnum
 
 
 
 
 
CREATED
public static final RuntimeDataHelper.Properties CREATED
DELETED
public static final RuntimeDataHelper.Properties DELETED
UPDATED
public static final RuntimeDataHelper.Properties UPDATED
VERSIONS
public static final RuntimeDataHelper.Properties VERSIONS
key
private final String key
values
public static RuntimeDataHelper.Properties[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared.  This method may be used to iterate
over the constants as follows:
for (RuntimeDataHelper.Properties c : RuntimeDataHelper.Properties.values())
    System.out.println(c);
 
 
- 
 
- 
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
 
valueOf
public static RuntimeDataHelper.Properties valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)
 
- 
 
- 
- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant
with the specified name
- NullPointerException- if the argument is null
 
getKey
public String getKey()
- 
- Specified by:
- getKeyin interface- PropertyEnum
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.