org.plasma.provisioning.rdb.oracle.g11.sys
Enum Table.PROPERTY

java.lang.Object
  extended by java.lang.Enum<Table.PROPERTY>
      extended by org.plasma.provisioning.rdb.oracle.g11.sys.Table.PROPERTY
All Implemented Interfaces:
Serializable, Comparable<Table.PROPERTY>
Enclosing interface:
Table

public static enum Table.PROPERTY
extends Enum<Table.PROPERTY>

The declared logical property names for this Type.


Enum Constant Summary
constraint
          Represents the logical Property constraint which is part of the Type Table.
owner
          The schema owner
tableColumn
          Represents the logical Property tableColumn which is part of the Type Table.
tableColumnComment
          Represents the logical Property tableColumnComment which is part of the Type Table.
tableColumnConstraint
          Represents the logical Property tableColumnConstraint which is part of the Type Table.
tableComment
          Represents the logical Property tableComment which is part of the Type Table.
tableName
          The table physical names
 
Method Summary
static Table.PROPERTY valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.PROPERTY[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

owner

public static final Table.PROPERTY owner
The schema owner

Represents the logical Property owner which is part of the Type Table.

Data Store Mapping: Corresponds to the physical data store element ALL_TABLES.OWNER.


tableName

public static final Table.PROPERTY tableName
The table physical names

Represents the logical Property tableName which is part of the Type Table.

Data Store Mapping: Corresponds to the physical data store element ALL_TABLES.TABLE_NAME.


tableColumn

public static final Table.PROPERTY tableColumn
Represents the logical Property tableColumn which is part of the Type Table.


constraint

public static final Table.PROPERTY constraint
Represents the logical Property constraint which is part of the Type Table.


tableColumnConstraint

public static final Table.PROPERTY tableColumnConstraint
Represents the logical Property tableColumnConstraint which is part of the Type Table.


tableColumnComment

public static final Table.PROPERTY tableColumnComment
Represents the logical Property tableColumnComment which is part of the Type Table.


tableComment

public static final Table.PROPERTY tableComment
Represents the logical Property tableComment which is part of the Type Table.

Method Detail

values

public static Table.PROPERTY[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Table.PROPERTY c : Table.PROPERTY.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Table.PROPERTY valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All rights reserved.