org.kuali.kfs.module.cam.document.service
Enum AssetLocationService.LocationField

java.lang.Object
  extended by java.lang.Enum<AssetLocationService.LocationField>
      extended by org.kuali.kfs.module.cam.document.service.AssetLocationService.LocationField
All Implemented Interfaces:
Serializable, Comparable<AssetLocationService.LocationField>
Enclosing interface:
AssetLocationService

public static enum AssetLocationService.LocationField
extends Enum<AssetLocationService.LocationField>


Enum Constant Summary
BUILDING_CODE
           
CAMPUS_CODE
           
CITY_NAME
           
CONTACT_NAME
           
COUNTRY_CODE
           
ROOM_NUMBER
           
STATE_CODE
           
STREET_ADDRESS
           
SUB_ROOM_NUMBER
           
ZIP_CODE
           
 
Method Summary
static AssetLocationService.LocationField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssetLocationService.LocationField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CAMPUS_CODE

public static final AssetLocationService.LocationField CAMPUS_CODE

BUILDING_CODE

public static final AssetLocationService.LocationField BUILDING_CODE

ROOM_NUMBER

public static final AssetLocationService.LocationField ROOM_NUMBER

SUB_ROOM_NUMBER

public static final AssetLocationService.LocationField SUB_ROOM_NUMBER

CONTACT_NAME

public static final AssetLocationService.LocationField CONTACT_NAME

STREET_ADDRESS

public static final AssetLocationService.LocationField STREET_ADDRESS

CITY_NAME

public static final AssetLocationService.LocationField CITY_NAME

STATE_CODE

public static final AssetLocationService.LocationField STATE_CODE

ZIP_CODE

public static final AssetLocationService.LocationField ZIP_CODE

COUNTRY_CODE

public static final AssetLocationService.LocationField COUNTRY_CODE
Method Detail

values

public static AssetLocationService.LocationField[] 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 (AssetLocationService.LocationField c : AssetLocationService.LocationField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AssetLocationService.LocationField 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


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.