public static enum CRDTsTypes.FLAVOR extends Enum<CRDTsTypes.FLAVOR>
| Modifier and Type | Method and Description |
|---|---|
static CRDTsTypes.FLAVOR |
fromString(String flavor) |
static CRDTsTypes.FLAVOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRDTsTypes.FLAVOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CRDTsTypes.FLAVOR DELTA
public static final CRDTsTypes.FLAVOR OPERATION
public static final CRDTsTypes.FLAVOR STATE
public static CRDTsTypes.FLAVOR[] values()
for (CRDTsTypes.FLAVOR c : CRDTsTypes.FLAVOR.values()) System.out.println(c);
public static CRDTsTypes.FLAVOR 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 static CRDTsTypes.FLAVOR fromString(String flavor)
Copyright © 2024. All rights reserved.