public static enum ModelConstants.LogicalType extends Enum<ModelConstants.LogicalType>
Modifier and Type | Method and Description |
---|---|
static ModelConstants.LogicalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelConstants.LogicalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelConstants.LogicalType PRINCIPAL
public static final ModelConstants.LogicalType USER
public static final ModelConstants.LogicalType FILE
public static final ModelConstants.LogicalType DATE
public static final ModelConstants.LogicalType FOLDER
public static ModelConstants.LogicalType[] values()
for (ModelConstants.LogicalType c : ModelConstants.LogicalType.values()) System.out.println(c);
public static ModelConstants.LogicalType 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 null<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>