org.objectweb.speedo.metadata
Class SpeedoIndex

java.lang.Object
  extended byorg.objectweb.speedo.metadata.SpeedoElement
      extended byorg.objectweb.speedo.metadata.SpeedoIndex

public class SpeedoIndex
extends SpeedoElement

Author:
S.Chassande-Barrioz

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

SpeedoIndex

public SpeedoIndex()