public static enum ItemInfoUtil.LEVEL_CODES extends Enum<ItemInfoUtil.LEVEL_CODES>
Enum Constant and Description |
---|
CAMPUS |
COLLECTION |
INSTITUTION |
LIBRARY |
SHELVING |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static ItemInfoUtil.LEVEL_CODES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemInfoUtil.LEVEL_CODES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemInfoUtil.LEVEL_CODES INSTITUTION
public static final ItemInfoUtil.LEVEL_CODES CAMPUS
public static final ItemInfoUtil.LEVEL_CODES LIBRARY
public static final ItemInfoUtil.LEVEL_CODES COLLECTION
public static final ItemInfoUtil.LEVEL_CODES SHELVING
public static ItemInfoUtil.LEVEL_CODES[] values()
for (ItemInfoUtil.LEVEL_CODES c : ItemInfoUtil.LEVEL_CODES.values()) System.out.println(c);
public static ItemInfoUtil.LEVEL_CODES 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 int getId()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.