Class GfsFile.PropertyDefn

java.lang.Object
org.gvsig.fmap.dal.store.gml.virtualrows.GfsFile.PropertyDefn
Direct Known Subclasses:
GfsFile.GeometryPropertyDefn
Enclosing class:
GfsFile

public static class GfsFile.PropertyDefn extends Object
  • Constructor Details

    • PropertyDefn

      public PropertyDefn()
    • PropertyDefn

      public PropertyDefn(String name, String elementPath, int type, int width, boolean isAttr)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getElementPath

      public String getElementPath()
    • setElementPath

      public void setElementPath(String elementPath)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • isAttr

      public boolean isAttr()
    • setIsAttr

      public void setIsAttr(boolean b)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object