Package de.mhus.lib.annotations.adb
Class DbType
- java.lang.Object
-
- de.mhus.lib.annotations.adb.DbType
-
public class DbType extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDbType.TYPE
-
Constructor Summary
Constructors Constructor Description DbType(DbType.TYPE type, int size, String[] options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOption(int index, String def)Return the option corresponding to the index or the def value if this is not possible.String[]getOptions()intgetSize()DbType.TYPEgetType()
-
-
-
Constructor Detail
-
DbType
public DbType(DbType.TYPE type, int size, String[] options)
-
-
Method Detail
-
getType
public DbType.TYPE getType()
-
getSize
public int getSize()
-
getOptions
public String[] getOptions()
-
-