Package org.gvsig.xml2db.lib.api.xmlinfo
Interface XMLAttributeInfo
public interface XMLAttributeInfo
- Author:
- jjdelcerro
-
Method Details
-
getFkCodeName
String getFkCodeName() -
getFkTableName
String getFkTableName() -
getGeometryType
org.gvsig.fmap.geom.type.GeometryType getGeometryType() -
getMaxChildCount
-
getName
String getName() -
getPath
String getPath() -
getPrecision
int getPrecision() -
getScale
int getScale() -
getSize
int getSize() -
getTable
XMLTableInfo getTable() -
getType
int getType() -
hasChilds
boolean hasChilds() -
getChildsCount
-
isAggregate
boolean isAggregate() -
isFk
boolean isFk() -
isPk
boolean isPk()
-