public enum ERegRepCollectionType extends Enum<ERegRepCollectionType> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
BAG |
LIST |
SET |
SORTED_SET |
| Modifier and Type | Method and Description |
|---|---|
static ERegRepCollectionType |
getFromIDOrNull(String sID) |
String |
getID() |
static ERegRepCollectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERegRepCollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERegRepCollectionType BAG
public static final ERegRepCollectionType LIST
public static final ERegRepCollectionType SET
public static final ERegRepCollectionType SORTED_SET
public static ERegRepCollectionType[] values()
for (ERegRepCollectionType c : ERegRepCollectionType.values()) System.out.println(c);
public static ERegRepCollectionType 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@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static ERegRepCollectionType getFromIDOrNull(@Nullable String sID)
Copyright © 2020 TOOP. All rights reserved.