public enum SingletonModel extends Enum<SingletonModel> implements Model
| Enum Constant and Description |
|---|
VERSION_3_0_0 |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.ModelVersion |
getVersion() |
static SingletonModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingletonModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfrequiresTransformationpublic static final SingletonModel VERSION_3_0_0
public static SingletonModel[] values()
for (SingletonModel c : SingletonModel.values()) System.out.println(c);
public static SingletonModel 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 ModelCopyright © 2022 JBoss by Red Hat. All rights reserved.