public enum TorqueSchemaElementName extends Enum<TorqueSchemaElementName> implements SourceElementName
| Enum Constant and Description | 
|---|
| COLUMNelement column. | 
| DATABASEelement database. | 
| DOMAINelement domain. | 
| ENUM_VALUEelement enum-value. | 
| EXTERNAL_SCHEMAelement external-schema | 
| FOREIGN_KEYelement foreign-key. | 
| ID_METHOD_PARAMETERelement id-method-param. | 
| INCLUDE_SCHEMAelement include-schema | 
| INDEXelement index. | 
| INDEX_COLUMNelement index-column. | 
| INHERITANCEelement inheritance. | 
| REFERENCEelement reference. | 
| TABLEelement table. | 
| UNIQUEelement unique. | 
| UNIQUE_COLUMNelement unique-column. | 
| VIEWelement view. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Returns the name of the element. | 
| String | toString() | 
| static TorqueSchemaElementName | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TorqueSchemaElementName[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TorqueSchemaElementName DATABASE
public static final TorqueSchemaElementName INCLUDE_SCHEMA
public static final TorqueSchemaElementName EXTERNAL_SCHEMA
public static final TorqueSchemaElementName DOMAIN
public static final TorqueSchemaElementName TABLE
public static final TorqueSchemaElementName VIEW
public static final TorqueSchemaElementName COLUMN
public static final TorqueSchemaElementName FOREIGN_KEY
public static final TorqueSchemaElementName REFERENCE
public static final TorqueSchemaElementName INHERITANCE
public static final TorqueSchemaElementName ID_METHOD_PARAMETER
public static final TorqueSchemaElementName UNIQUE
public static final TorqueSchemaElementName UNIQUE_COLUMN
public static final TorqueSchemaElementName INDEX
public static final TorqueSchemaElementName INDEX_COLUMN
public static final TorqueSchemaElementName ENUM_VALUE
public static TorqueSchemaElementName[] values()
for (TorqueSchemaElementName c : TorqueSchemaElementName.values()) System.out.println(c);
public static TorqueSchemaElementName 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()
getName in interface SourceElementNamepublic String toString()
toString in class Enum<TorqueSchemaElementName>Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.