public static enum Deletion.DeletionTypeEnum extends Enum<Deletion.DeletionTypeEnum>
| Enum Constant and Description |
|---|
FACT_SHEET |
FACT_SHEET_FIELD |
FACT_SHEET_FIELD_VALUE |
RELATION |
RELATION_FIELD |
RELATION_FIELD_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Deletion.DeletionTypeEnum |
fromValue(String text) |
String |
toString() |
static Deletion.DeletionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deletion.DeletionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deletion.DeletionTypeEnum FACT_SHEET
public static final Deletion.DeletionTypeEnum RELATION
public static final Deletion.DeletionTypeEnum FACT_SHEET_FIELD
public static final Deletion.DeletionTypeEnum FACT_SHEET_FIELD_VALUE
public static final Deletion.DeletionTypeEnum RELATION_FIELD
public static final Deletion.DeletionTypeEnum RELATION_FIELD_VALUE
public static Deletion.DeletionTypeEnum[] values()
for (Deletion.DeletionTypeEnum c : Deletion.DeletionTypeEnum.values()) System.out.println(c);
public static Deletion.DeletionTypeEnum 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 toString()
toString in class Enum<Deletion.DeletionTypeEnum>public static Deletion.DeletionTypeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.