public enum OfferCollections extends Enum<OfferCollections>
Enum Constant and Description |
---|
OFFER_LOG |
OFFER_SEQUENCE |
TAPE_ARCHIVE_REFERENTIAL |
TAPE_CATALOG |
TAPE_OBJECT_REFERENTIAL |
TAPE_QUEUE_MESSAGE |
TAPE_READ_REQUEST_REFERENTIAL |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClazz() |
String |
getName() |
void |
setPrefix(String prefix) |
static OfferCollections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfferCollections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfferCollections OFFER_LOG
public static final OfferCollections OFFER_SEQUENCE
public static final OfferCollections TAPE_CATALOG
public static final OfferCollections TAPE_QUEUE_MESSAGE
public static final OfferCollections TAPE_OBJECT_REFERENTIAL
public static final OfferCollections TAPE_ARCHIVE_REFERENTIAL
public static final OfferCollections TAPE_READ_REQUEST_REFERENTIAL
public static OfferCollections[] values()
for (OfferCollections c : OfferCollections.values()) System.out.println(c);
public static OfferCollections 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 Class<?> getClazz()
public String getName()
public void setPrefix(String prefix)
Copyright © 2019 Vitam. All rights reserved.