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