Drools Workbench - Data Model API 6.2.0.CR3

org.drools.workbench.models.datamodel.oracle
Enum ModelField.FIELD_ORIGIN

java.lang.Object
  extended by java.lang.Enum<ModelField.FIELD_ORIGIN>
      extended by org.drools.workbench.models.datamodel.oracle.ModelField.FIELD_ORIGIN
All Implemented Interfaces:
Serializable, Comparable<ModelField.FIELD_ORIGIN>
Enclosing class:
ModelField

public static enum ModelField.FIELD_ORIGIN
extends Enum<ModelField.FIELD_ORIGIN>


Enum Constant Summary
DECLARED
           
DELEGATED
           
INHERITED
           
SELF
           
 
Method Summary
static ModelField.FIELD_ORIGIN valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ModelField.FIELD_ORIGIN[] 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

SELF

public static final ModelField.FIELD_ORIGIN SELF

DECLARED

public static final ModelField.FIELD_ORIGIN DECLARED

DELEGATED

public static final ModelField.FIELD_ORIGIN DELEGATED

INHERITED

public static final ModelField.FIELD_ORIGIN INHERITED
Method Detail

values

public static ModelField.FIELD_ORIGIN[] 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 (ModelField.FIELD_ORIGIN c : ModelField.FIELD_ORIGIN.values())
    System.out.println(c);

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

valueOf

public static ModelField.FIELD_ORIGIN 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

Drools Workbench - Data Model API 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.