public enum CreationModel extends Enum<CreationModel>
| Enum Constant and Description |
|---|
INLINE_FROM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isInline(org.raml.v2.api.model.v10.datamodel.TypeDeclaration t) |
static CreationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreationModel INLINE_FROM_TYPE
public static CreationModel[] values()
for (CreationModel c : CreationModel.values()) System.out.println(c);
public static CreationModel 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 abstract boolean isInline(org.raml.v2.api.model.v10.datamodel.TypeDeclaration t)
Copyright © 2019 Mulesoft. All rights reserved.