Interface XMLAttributeInfo


public interface XMLAttributeInfo
Author:
jjdelcerro
  • Method Details

    • getFkCodeName

      String getFkCodeName()
    • getFkTableName

      String getFkTableName()
    • getGeometryType

      org.gvsig.fmap.geom.type.GeometryType getGeometryType()
    • getMaxChildCount

      int getMaxChildCount(String childName)
    • 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

      int getChildsCount(String name)
    • isAggregate

      boolean isAggregate()
    • isFk

      boolean isFk()
    • isPk

      boolean isPk()