org.objectweb.speedo.metadata
Class SpeedoNoFieldColumn

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoElement
      extended by org.objectweb.speedo.metadata.SpeedoNoFieldColumn
All Implemented Interfaces:
java.io.Serializable

public class SpeedoNoFieldColumn
extends SpeedoElement

Defines a column that has no associated field in the Speedo meta-info. This is used for column that are used for special-purpose information such as discriminator info with inheritance or version info for optimistic concurrency.

Author:
P. Dechamboux
See Also:
Serialized Form

Field Summary
 SpeedoColumn column
          The defintion of the column that is not associated with any field.
 java.lang.String type
          The Java type of the column to be defined.
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoNoFieldColumn()
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoElement
addExtension, addInArray, getExtension, getExtensionByKey, getExtensionValueByKey, indexOfInArray, removeInArray, setValueInArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type
The Java type of the column to be defined. Type.getDescriptor(XXXX.class)


column

public SpeedoColumn column
The defintion of the column that is not associated with any field.

Constructor Detail

SpeedoNoFieldColumn

public SpeedoNoFieldColumn()