public enum ResourceTableType extends java.lang.Enum<ResourceTableType>
Enum Constant and Description |
---|
NetParam |
NonHumanResource |
NonHumanResourceCategory |
Participant |
Role |
Modifier and Type | Method and Description |
---|---|
abstract AbstractResourceTableModel |
getModel() |
abstract java.lang.String |
getName() |
java.awt.Dimension |
getPreferredSize() |
static ResourceTableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceTableType Participant
public static final ResourceTableType Role
public static final ResourceTableType NetParam
public static final ResourceTableType NonHumanResource
public static final ResourceTableType NonHumanResourceCategory
public static ResourceTableType[] values()
for (ResourceTableType c : ResourceTableType.values()) System.out.println(c);
public static ResourceTableType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.awt.Dimension getPreferredSize()
public abstract AbstractResourceTableModel getModel()
public abstract java.lang.String getName()