Enum Constant and Description |
---|
DEFINITION |
PARAMETER |
PATH |
RESPONSE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalPrefix()
The prefix in an internal reference of this type.
|
static RefType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefType DEFINITION
public static final RefType PARAMETER
public static final RefType PATH
public static final RefType RESPONSE
public static RefType[] values()
for (RefType c : RefType.values()) System.out.println(c);
public static RefType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getInternalPrefix()
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.