public static enum VitroModelSource.ModelName extends Enum<VitroModelSource.ModelName>
| Enum Constant and Description |
|---|
ABOX
Name for default assertion model.
|
DISPLAY
Name for default display model related to ABOX and TBOX.
|
DISPLAY_DISPLAY
Name for display model related to DISPLAY and DISPLAY_TBOX.
|
DISPLAY_TBOX
Name for t-box for DISPLAY.
|
TBOX
Name of default t-box for default assertion model.
|
USER_ACCOUNTS
Name for user accounts model.
|
| Modifier and Type | Method and Description |
|---|---|
static VitroModelSource.ModelName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitroModelSource.ModelName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VitroModelSource.ModelName ABOX
public static final VitroModelSource.ModelName TBOX
public static final VitroModelSource.ModelName DISPLAY
public static final VitroModelSource.ModelName DISPLAY_TBOX
public static final VitroModelSource.ModelName DISPLAY_DISPLAY
public static final VitroModelSource.ModelName USER_ACCOUNTS
public static VitroModelSource.ModelName[] values()
for (VitroModelSource.ModelName c : VitroModelSource.ModelName.values()) System.out.println(c);
public static VitroModelSource.ModelName 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 nullCopyright © 2022. All rights reserved.