DataModelRelationship

Inheritance: java.lang.Object

public class DataModelRelationship

Represents a single relationship in the spreadsheet data model.

Methods

MethodDescription
equals(Object arg0)
getClass()
getForeignKeyColumn()Gets the name of the foreign key table column for this relationship.
getForeignKeyTable()Gets the name of the foreign key table for this relationship.
getPrimaryKeyColumn()Gets the name of the primary key table column for this relationship.
getPrimaryKeyTable()Gets the name of the primary key table for this relationship.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getForeignKeyColumn()

public String getForeignKeyColumn()

Gets the name of the foreign key table column for this relationship.

Returns: java.lang.String

getForeignKeyTable()

public String getForeignKeyTable()

Gets the name of the foreign key table for this relationship.

Returns: java.lang.String

getPrimaryKeyColumn()

public String getPrimaryKeyColumn()

Gets the name of the primary key table column for this relationship.

Returns: java.lang.String

getPrimaryKeyTable()

public String getPrimaryKeyTable()

Gets the name of the primary key table for this relationship.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int