com.onwbp.adaptation
Class PrimaryKey

java.lang.Object
  extended bycom.onwbp.adaptation.PrimaryKey

public final class PrimaryKey
extends Object

Defines a table occurrence primary key.

See Also:
AdaptationTable

Field Summary
static String SEPARATOR
           
static char SEPARATOR_CHAR
           
static PrimaryKey VOID_KEY
           
 
Method Summary
 int compareTo(PrimaryKey other)
           
 boolean equals(Object x)
           
 String format()
           
 String[] getValues()
           
 int hashCode()
           
static PrimaryKey parseList(List aList)
          .
static String parseObjects(Object[] values, com.onwbp.base.schema.definition.TNode[] tnodes)
           
static PrimaryKey parseString(String aString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VOID_KEY

public static final PrimaryKey VOID_KEY

SEPARATOR

public static final String SEPARATOR
See Also:
Constant Field Values

SEPARATOR_CHAR

public static final char SEPARATOR_CHAR
See Also:
Constant Field Values
Method Detail

parseList

public static PrimaryKey parseList(List aList)
.


parseObjects

public static String parseObjects(Object[] values,
                                  com.onwbp.base.schema.definition.TNode[] tnodes)

compareTo

public int compareTo(PrimaryKey other)

equals

public boolean equals(Object x)

hashCode

public int hashCode()

format

public String format()

toString

public String toString()

getValues

public String[] getValues()

parseString

public static PrimaryKey parseString(String aString)


(report a bug)
EBX.Platform 4.5.3 [0607:0001]
Copyright Orchestra Networks 2000-2008. All rights reserved.