org.kuali.kfs.module.cam.document.service
Enum AssetLocationService.LocationField
java.lang.Object
java.lang.Enum<AssetLocationService.LocationField>
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>
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
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.