public enum DslSchema extends Enum<DslSchema>
Enum Constant and Description |
---|
GET_BY_ID |
SELECT_MULTIPLE |
SELECT_SINGLE |
UPDATE_BY_ID |
Modifier and Type | Method and Description |
---|---|
String |
getFilename() |
static DslSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DslSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DslSchema SELECT_MULTIPLE
public static final DslSchema SELECT_SINGLE
public static final DslSchema GET_BY_ID
public static final DslSchema UPDATE_BY_ID
public static DslSchema[] values()
for (DslSchema c : DslSchema.values()) System.out.println(c);
public static DslSchema 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 String getFilename()
Copyright © 2018 Vitam. All rights reserved.