|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.vo.ColumnMeta
public class ColumnMeta
Represents column metadata from a TableSet document.
Constructor Summary | |
---|---|
ColumnMeta()
|
Method Summary | |
---|---|
String |
getDataType()
|
String |
getDescription()
|
String[] |
getFlags()
|
String |
getName()
|
String |
getUcd()
|
String |
getUnit()
|
String |
getUtype()
|
boolean |
hasFlag(String flagTxt)
Convenience function to find out if a given flag value is present. |
boolean |
isIndexed()
Indicates whether this column is declared indexed. |
boolean |
isNullable()
Indicates whether this column is declared nullable. |
boolean |
isPrimary()
Indicates whether this column is declared primary. |
String |
toString()
Returns this column's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ColumnMeta()
Method Detail |
---|
public String getName()
public String getDescription()
public String getUnit()
public String getUcd()
public String getUtype()
public String getDataType()
public String[] getFlags()
public boolean isIndexed()
public boolean isPrimary()
public boolean isNullable()
public boolean hasFlag(String flagTxt)
flagTxt
- flag value to query
flagTxt
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |