public static enum BusinessObjectFormatDdlRequest.OutputFormatEnum extends Enum<BusinessObjectFormatDdlRequest.OutputFormatEnum>
| Enum Constant and Description |
|---|
DDL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BusinessObjectFormatDdlRequest.OutputFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessObjectFormatDdlRequest.OutputFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessObjectFormatDdlRequest.OutputFormatEnum DDL
public static BusinessObjectFormatDdlRequest.OutputFormatEnum[] values()
for (BusinessObjectFormatDdlRequest.OutputFormatEnum c : BusinessObjectFormatDdlRequest.OutputFormatEnum.values()) System.out.println(c);
public static BusinessObjectFormatDdlRequest.OutputFormatEnum 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 toString()
toString in class Enum<BusinessObjectFormatDdlRequest.OutputFormatEnum>Copyright © 2017. All rights reserved.