ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm20
Interface PrimaryKeyJoinColumn<T>

All Superinterfaces:
Child<T>

public interface PrimaryKeyJoinColumn<T>
extends Child<T>

This interface defines the contract for the primary-key-join-column xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 PrimaryKeyJoinColumn<T> columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 String getColumnDefinition()
          Returns the column-definition attribute
 String getName()
          Returns the name attribute
 String getReferencedColumnName()
          Returns the referenced-column-name attribute
 PrimaryKeyJoinColumn<T> name(String name)
          Sets the name attribute
 PrimaryKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
          Sets the referenced-column-name attribute
 PrimaryKeyJoinColumn<T> removeColumnDefinition()
          Removes the column-definition attribute
 PrimaryKeyJoinColumn<T> removeName()
          Removes the name attribute
 PrimaryKeyJoinColumn<T> removeReferencedColumnName()
          Removes the referenced-column-name attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

PrimaryKeyJoinColumn<T> name(String name)
Sets the name attribute

Parameters:
name - the value for the attribute name
Returns:
the current instance of PrimaryKeyJoinColumn

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

PrimaryKeyJoinColumn<T> removeName()
Removes the name attribute

Returns:
the current instance of PrimaryKeyJoinColumn

referencedColumnName

PrimaryKeyJoinColumn<T> referencedColumnName(String referencedColumnName)
Sets the referenced-column-name attribute

Parameters:
referencedColumnName - the value for the attribute referenced-column-name
Returns:
the current instance of PrimaryKeyJoinColumn

getReferencedColumnName

String getReferencedColumnName()
Returns the referenced-column-name attribute

Returns:
the value defined for the attribute referenced-column-name

removeReferencedColumnName

PrimaryKeyJoinColumn<T> removeReferencedColumnName()
Removes the referenced-column-name attribute

Returns:
the current instance of PrimaryKeyJoinColumn

columnDefinition

PrimaryKeyJoinColumn<T> columnDefinition(String columnDefinition)
Sets the column-definition attribute

Parameters:
columnDefinition - the value for the attribute column-definition
Returns:
the current instance of PrimaryKeyJoinColumn

getColumnDefinition

String getColumnDefinition()
Returns the column-definition attribute

Returns:
the value defined for the attribute column-definition

removeColumnDefinition

PrimaryKeyJoinColumn<T> removeColumnDefinition()
Removes the column-definition attribute

Returns:
the current instance of PrimaryKeyJoinColumn

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.