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

E10663-11

oracle.rules.sdk2.dictionary
Enum DictionaryProperty.DiffType

java.lang.Object
  extended by java.lang.Enum<DictionaryProperty.DiffType>
      extended by oracle.rules.sdk2.dictionary.DictionaryProperty.DiffType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DictionaryProperty.DiffType>
Enclosing class:
DictionaryProperty<T>

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

enumerate the types of differences between 2 DictionaryPropertys this and that


Enum Constant Summary
CONFLICT
          this and that0 (a third version) have different values, as do this and that, as do that0 and that
CONTAINS_CONFLICT
          this and that are not SettableProperties, but contain components with settable properties that have conflicts
CONTAINS_DIFF
          this and that are not SettableProperties, but contain components with settable properties that have diffs
DIFF
          this and that have different values
 
Method Summary
static DictionaryProperty.DiffType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DictionaryProperty.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

DIFF

public static final DictionaryProperty.DiffType DIFF
this and that have different values


CONFLICT

public static final DictionaryProperty.DiffType CONFLICT
this and that0 (a third version) have different values, as do this and that, as do that0 and that


CONTAINS_DIFF

public static final DictionaryProperty.DiffType CONTAINS_DIFF
this and that are not SettableProperties, but contain components with settable properties that have diffs


CONTAINS_CONFLICT

public static final DictionaryProperty.DiffType CONTAINS_CONFLICT
this and that are not SettableProperties, but contain components with settable properties that have conflicts

Method Detail

values

public static DictionaryProperty.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 (DictionaryProperty.DiffType c : DictionaryProperty.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 DictionaryProperty.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

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

E10663-11

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