Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


oracle.rules.sdk2.dictionary
Enum DictionaryComponent.DiffType

java.lang.Object
  extended by java.lang.Enum<DictionaryComponent.DiffType>
      extended by oracle.rules.sdk2.dictionary.DictionaryComponent.DiffType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DictionaryComponent.DiffType>
Enclosing class:
DictionaryComponent

public static enum DictionaryComponent.DiffType
extends java.lang.Enum<DictionaryComponent.DiffType>

Enumerate the types of difference between 2 DictionaryComponents called this and that


Enum Constant Summary
ADD
          this copied from that
ADD_CONFLICT
          this copied from that - duplicate name/alias
CONTAINS_CONFLICT
          this contains a diff for that and that0, for the same property with with different values
CONTAINS_DIFF
          some property of this (or its decendants) is different from that corresponding property
REMOVE
          this removed (no corresponding that)

 

Method Summary
static DictionaryComponent.DiffType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DictionaryComponent.DiffType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

ADD

public static final DictionaryComponent.DiffType ADD
this copied from that

ADD_CONFLICT

public static final DictionaryComponent.DiffType ADD_CONFLICT
this copied from that - duplicate name/alias

REMOVE

public static final DictionaryComponent.DiffType REMOVE
this removed (no corresponding that)

CONTAINS_DIFF

public static final DictionaryComponent.DiffType CONTAINS_DIFF
some property of this (or its decendants) is different from that corresponding property

CONTAINS_CONFLICT

public static final DictionaryComponent.DiffType CONTAINS_CONFLICT
this contains a diff for that and that0, for the same property with with different values

Method Detail

values

public static DictionaryComponent.DiffType[] 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 (DictionaryComponent.DiffType c : DictionaryComponent.DiffType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DictionaryComponent.DiffType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.