de.greenrobot.daogenerator
Class Index

java.lang.Object
  extended by de.greenrobot.daogenerator.PropertyOrderList
      extended by de.greenrobot.daogenerator.Index

public class Index
extends PropertyOrderList

    


Constructor Summary
Index()
           
 
Method Summary
 java.lang.String getName()
           
 boolean isUnique()
           
 Index makeUnique()
           
 Index setName(java.lang.String name)
           
 
Methods inherited from class de.greenrobot.daogenerator.PropertyOrderList
addOrderRaw, addProperty, addPropertyAsc, addPropertyDesc, getCommaSeparatedString, getProperties, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index()
Method Detail

getName

public java.lang.String getName()

setName

public Index setName(java.lang.String name)

makeUnique

public Index makeUnique()

isUnique

public boolean isUnique()


Copyright © 2011-2012 greenrobot.de. All Rights Reserved.