net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
Interface Table

All Known Implementing Classes:
TableImpl

public interface Table


Method Summary
 String getCatalog()
          Gets the value of the catalog property.
 String getName()
          Gets the value of the name property.
 String getSchema()
          Gets the value of the schema property.
 UniqueConstraint[] getUniqueConstraint()
           
 UniqueConstraint getUniqueConstraint(int idx)
           
 int getUniqueConstraintLength()
           
 void setCatalog(String value)
          Sets the value of the catalog property.
 void setName(String value)
          Sets the value of the name property.
 void setSchema(String value)
          Sets the value of the schema property.
 UniqueConstraint setUniqueConstraint(int idx, UniqueConstraint value)
           
 void setUniqueConstraint(UniqueConstraint[] values)
           
 

Method Detail

getUniqueConstraint

UniqueConstraint[] getUniqueConstraint()
Returns:
array of UniqueConstraint

getUniqueConstraint

UniqueConstraint getUniqueConstraint(int idx)
Returns:
one of UniqueConstraint

getUniqueConstraintLength

int getUniqueConstraintLength()

setUniqueConstraint

void setUniqueConstraint(UniqueConstraint[] values)
Parameters:
values - allowed objects are UniqueConstraint

setUniqueConstraint

UniqueConstraint setUniqueConstraint(int idx,
                                     UniqueConstraint value)
Parameters:
value - allowed object is UniqueConstraint

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCatalog

String getCatalog()
Gets the value of the catalog property.

Returns:
possible object is String

setCatalog

void setCatalog(String value)
Sets the value of the catalog property.

Parameters:
value - allowed object is String

getSchema

String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

void setSchema(String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.