public enum DistributableWebModel extends Enum<DistributableWebModel> implements org.jboss.as.clustering.controller.Model
| Enum Constant and Description |
|---|
VERSION_1_0_0 |
VERSION_2_0_0 |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.clustering.controller.Model |
CURRENT |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.ModelVersion |
getVersion() |
static DistributableWebModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributableWebModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributableWebModel VERSION_1_0_0
public static final DistributableWebModel VERSION_2_0_0
public static DistributableWebModel[] values()
for (DistributableWebModel c : DistributableWebModel.values()) System.out.println(c);
public static DistributableWebModel 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 org.jboss.as.controller.ModelVersion getVersion()
getVersion in interface org.jboss.as.clustering.controller.ModelCopyright © 2020 JBoss by Red Hat. All rights reserved.