public enum MicroProfileOpenAPISchema extends Enum<MicroProfileOpenAPISchema> implements Schema<MicroProfileOpenAPISchema>
| Enum Constant and Description |
|---|
VERSION_1_0 |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri() |
int |
major() |
int |
minor() |
static MicroProfileOpenAPISchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MicroProfileOpenAPISchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicroProfileOpenAPISchema VERSION_1_0
public static MicroProfileOpenAPISchema[] values()
for (MicroProfileOpenAPISchema c : MicroProfileOpenAPISchema.values()) System.out.println(c);
public static MicroProfileOpenAPISchema 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 int major()
major in interface Schema<MicroProfileOpenAPISchema>public int minor()
minor in interface Schema<MicroProfileOpenAPISchema>public String getNamespaceUri()
getNamespaceUri in interface Schema<MicroProfileOpenAPISchema>Copyright © 2020 JBoss by Red Hat. All rights reserved.