org.objectweb.speedo.metadata
Class SpeedoIndex

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

public class SpeedoIndex
extends SpeedoElement
implements java.io.Serializable

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
 java.util.ArrayList columnNames
           
 java.util.ArrayList fieldNames
           
 java.lang.String name
           
 SpeedoClass speedoClass
           
 java.lang.String table
           
 boolean unique
           
 
Fields inherited from class org.objectweb.speedo.metadata.SpeedoElement
jdoExtension, personality
 
Constructor Summary
SpeedoIndex()
           
 
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

name

public java.lang.String name

table

public java.lang.String table

unique

public boolean unique

columnNames

public java.util.ArrayList columnNames

fieldNames

public java.util.ArrayList fieldNames

speedoClass

public transient SpeedoClass speedoClass
Constructor Detail

SpeedoIndex

public SpeedoIndex()