public static enum TypeIfc.TypeId extends Enum<TypeIfc.TypeId>
| Enum Constant and Description |
|---|
MULTIPLE_CHOICE_ID |
| Modifier and Type | Method and Description |
|---|---|
int |
id() |
static TypeIfc.TypeId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeIfc.TypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeIfc.TypeId MULTIPLE_CHOICE_ID
public static TypeIfc.TypeId[] values()
for (TypeIfc.TypeId c : TypeIfc.TypeId.values()) System.out.println(c);
public static TypeIfc.TypeId 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 id()
Copyright © 2005–2016 Sakai Project. All rights reserved.