public enum DescriptorMode extends Enum<DescriptorMode>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isGenerateApiName() |
boolean |
isGenerateApiSpec() |
boolean |
isGenerateBaseUri() |
boolean |
isGenerateConnectorGav() |
boolean |
isGenerateDefaultPackage() |
boolean |
isGenerateDescription() |
boolean |
isGenerateEndpoints() |
boolean |
isGenerateExtensionXml() |
boolean |
isGeneratePaginations() |
boolean |
isGenerateSecurity() |
static DescriptorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptorMode MINIMAL
public static final DescriptorMode VERBOSE
public static DescriptorMode[] values()
for (DescriptorMode c : DescriptorMode.values()) System.out.println(c);
public static DescriptorMode 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 String getName()
public boolean isGenerateApiSpec()
public boolean isGenerateApiName()
public boolean isGenerateDescription()
public boolean isGenerateConnectorGav()
public boolean isGenerateBaseUri()
public boolean isGenerateEndpoints()
public boolean isGeneratePaginations()
public boolean isGenerateSecurity()
public boolean isGenerateDefaultPackage()
public boolean isGenerateExtensionXml()
Copyright © 2020. All rights reserved.