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

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

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

The declared logical property names for this Type.


Enum Constant Summary
editioningView
          Represents the logical Property editioningView which is part of the Type View.
oidText
          Represents the logical Property oidText which is part of the Type View.
oidTextLength
          Represents the logical Property oidTextLength which is part of the Type View.
owner
          Represents the logical Property owner which is part of the Type View.
readOnly
          Represents the logical Property readOnly which is part of the Type View.
superviewName
          Represents the logical Property superviewName which is part of the Type View.
text
          Represents the logical Property text which is part of the Type View.
textLength
          Represents the logical Property textLength which is part of the Type View.
typeText
          Represents the logical Property typeText which is part of the Type View.
typeTextLength
          Represents the logical Property typeTextLength which is part of the Type View.
viewColumn
          Represents the logical Property viewColumn which is part of the Type View.
viewColumnComment
          Represents the logical Property viewColumnComment which is part of the Type View.
viewComment
          Represents the logical Property viewComment which is part of the Type View.
viewName
          Represents the logical Property viewName which is part of the Type View.
viewType
          Represents the logical Property viewType which is part of the Type View.
viewTypeOwner
          Represents the logical Property viewTypeOwner which is part of the Type View.
 
Method Summary
static View.PROPERTY valueOf(String name)
          Returns the enum constant of this type with the specified name.
static View.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 View.PROPERTY owner
Represents the logical Property owner which is part of the Type View.

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


viewName

public static final View.PROPERTY viewName
Represents the logical Property viewName which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.VIEW_NAME.


textLength

public static final View.PROPERTY textLength
Represents the logical Property textLength which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.TEXT_LENGTH.


text

public static final View.PROPERTY text
Represents the logical Property text which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.TEXT.


typeTextLength

public static final View.PROPERTY typeTextLength
Represents the logical Property typeTextLength which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.TYPE_TEXT_LENGTH.


typeText

public static final View.PROPERTY typeText
Represents the logical Property typeText which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.TYPE_TEXT.


oidTextLength

public static final View.PROPERTY oidTextLength
Represents the logical Property oidTextLength which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.OID_TEXT_LENGTH.


oidText

public static final View.PROPERTY oidText
Represents the logical Property oidText which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.OID_TEXT.


viewTypeOwner

public static final View.PROPERTY viewTypeOwner
Represents the logical Property viewTypeOwner which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.VIEW_TYPE_OWNER.


viewType

public static final View.PROPERTY viewType
Represents the logical Property viewType which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.VIEW_TYPE.


superviewName

public static final View.PROPERTY superviewName
Represents the logical Property superviewName which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.SUPERVIEW_NAME.


editioningView

public static final View.PROPERTY editioningView
Represents the logical Property editioningView which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.EDITIONING_VIEW.


readOnly

public static final View.PROPERTY readOnly
Represents the logical Property readOnly which is part of the Type View.

Data Store Mapping: Corresponds to the physical data store element ALL_VIEWS.READ_ONLY.


viewColumn

public static final View.PROPERTY viewColumn
Represents the logical Property viewColumn which is part of the Type View.


viewComment

public static final View.PROPERTY viewComment
Represents the logical Property viewComment which is part of the Type View.


viewColumnComment

public static final View.PROPERTY viewColumnComment
Represents the logical Property viewColumnComment which is part of the Type View.

Method Detail

values

public static View.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 (View.PROPERTY c : View.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 View.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.