public static enum StorageManager.LargeMessageExtension extends Enum<StorageManager.LargeMessageExtension>
Modifier and Type | Method and Description |
---|---|
String |
getExtension() |
static StorageManager.LargeMessageExtension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageManager.LargeMessageExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageManager.LargeMessageExtension DURABLE
public static final StorageManager.LargeMessageExtension TEMPORARY
public static final StorageManager.LargeMessageExtension SYNC
public static StorageManager.LargeMessageExtension[] values()
for (StorageManager.LargeMessageExtension c : StorageManager.LargeMessageExtension.values()) System.out.println(c);
public static StorageManager.LargeMessageExtension 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 getExtension()
Copyright © 2017 JBoss by Red Hat. All rights reserved.