Class XMLAttributeInfoImpl

java.lang.Object
org.gvsig.fmap.dal.store.gml.virtualrows.xmlinfo.XMLAttributeInfoImpl

public class XMLAttributeInfoImpl extends Object
Author:
jjdelcerro
  • Constructor Details

    • XMLAttributeInfoImpl

      protected XMLAttributeInfoImpl(Locale locale)
    • XMLAttributeInfoImpl

      public XMLAttributeInfoImpl(Locale locale, String path, String ns)
    • XMLAttributeInfoImpl

      public XMLAttributeInfoImpl(Locale locale, String name, int type)
  • Method Details

    • getName

      public String getName()
    • getPath

      public String getPath()
    • setType

      public void setType(int type)
    • getType

      public int getType()
    • getPrecision

      public int getPrecision()
    • getScale

      public int getScale()
    • getSize

      public int getSize()
    • getGeometryType

      public org.gvsig.fmap.geom.type.GeometryType getGeometryType()
    • getNs

      public String getNs()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • incrChildCount

      public void incrChildCount(String childName)
    • setLastChildID

      public void setLastChildID(String childName, String idvalue)
    • getLastChildID

      public String getLastChildID(String childName)
    • consolidateChildCounters

      public void consolidateChildCounters()
    • getMaxChildCount

      public int getMaxChildCount(String childName)
    • setSize

      public void setSize(int size)
    • addValue

      public void addValue(String value)
    • getFirstValue

      public String getFirstValue()
    • hasChilds

      public boolean hasChilds()
    • getChildsCount

      public int getChildsCount(String name)
    • setIsAttr

      public void setIsAttr(boolean isAttr)
    • isAttr

      public boolean isAttr()
    • setSrs

      public void setSrs(String value)
    • getSrs

      public String getSrs()