net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
Interface DiscriminatorColumn

All Known Implementing Classes:
DiscriminatorColumnImpl

public interface DiscriminatorColumn


Method Summary
 String getColumnDefinition()
          Gets the value of the columnDefinition property.
 DiscriminatorType getDiscriminatorType()
          Gets the value of the discriminatorType property.
 Integer getLength()
          Gets the value of the length property.
 String getName()
          Gets the value of the name property.
 void setColumnDefinition(String value)
          Sets the value of the columnDefinition property.
 void setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 void setLength(Integer value)
          Sets the value of the length property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

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

getDiscriminatorType

DiscriminatorType getDiscriminatorType()
Gets the value of the discriminatorType property.

Returns:
possible object is DiscriminatorType

setDiscriminatorType

void setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property.

Parameters:
value - allowed object is DiscriminatorType

getColumnDefinition

String getColumnDefinition()
Gets the value of the columnDefinition property.

Returns:
possible object is String

setColumnDefinition

void setColumnDefinition(String value)
Sets the value of the columnDefinition property.

Parameters:
value - allowed object is String

getLength

Integer getLength()
Gets the value of the length property.

Returns:
possible object is Integer

setLength

void setLength(Integer value)
Sets the value of the length property.

Parameters:
value - allowed object is Integer


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