Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.compare
Class CompareType

java.lang.Object
  extended by oracle.javatools.compare.CompareType


public class CompareType
extends java.lang.Object

Enumeration-style class representing the compare type (text, directory, etc).

Since:
11.0

Field Summary
static CompareType CHARACTER
           
static CompareType DIRECTORY
           
static CompareType TEXT
           
static CompareType XML
           

 

Constructor Summary
CompareType(java.lang.String name)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           

 

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

 

Field Detail

TEXT

public static final CompareType TEXT

DIRECTORY

public static final CompareType DIRECTORY

CHARACTER

public static final CompareType CHARACTER

XML

public static final CompareType XML

Constructor Detail

CompareType

public CompareType(java.lang.String name)

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.