Class DataProfilePassword

java.lang.Object
org.gvsig.fmap.dal.feature.AbstractDataProfile
org.gvsig.fmap.dal.impl.dataprofile.DataProfilePassword
All Implemented Interfaces:
org.gvsig.fmap.dal.feature.DataProfile

public class DataProfilePassword extends org.gvsig.fmap.dal.feature.AbstractDataProfile
Author:
jjdelcerro
  • Field Summary

    Fields inherited from class org.gvsig.fmap.dal.feature.AbstractDataProfile

    LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    doCoerce(org.gvsig.tools.dataTypes.DataType dataType, Object data, org.gvsig.tools.dynobject.Tags tags)
     
    protected Object
    doCreateData(Object data, org.gvsig.tools.dynobject.Tags tags)
     
    static void
     

    Methods inherited from class org.gvsig.fmap.dal.feature.AbstractDataProfile

    coerce, createData, getDataClass, getID, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DataProfilePassword

      public DataProfilePassword()
  • Method Details

    • doCreateData

      protected Object doCreateData(Object data, org.gvsig.tools.dynobject.Tags tags)
      Overrides:
      doCreateData in class org.gvsig.fmap.dal.feature.AbstractDataProfile
    • doCoerce

      protected Object doCoerce(org.gvsig.tools.dataTypes.DataType dataType, Object data, org.gvsig.tools.dynobject.Tags tags) throws org.gvsig.tools.dataTypes.CoercionException
      Overrides:
      doCoerce in class org.gvsig.fmap.dal.feature.AbstractDataProfile
      Throws:
      org.gvsig.tools.dataTypes.CoercionException
    • selfRegister

      public static void selfRegister()