public enum MicroProfileOpenAPIModel extends Enum<MicroProfileOpenAPIModel> implements Model
| Enum Constant and Description |
|---|
VERSION_1_0_0 |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.ModelVersion |
getVersion() |
static MicroProfileOpenAPIModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroProfileOpenAPIModel[] |
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 MicroProfileOpenAPIModel VERSION_1_0_0
public static MicroProfileOpenAPIModel[] values()
for (MicroProfileOpenAPIModel c : MicroProfileOpenAPIModel.values()) System.out.println(c);
public static MicroProfileOpenAPIModel 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 © 2023 JBoss by Red Hat. All rights reserved.