Class ExtensionType

java.lang.Object
org.gvsig.andami.plugins.config.generate.SkinExtensionType
org.gvsig.andami.plugins.config.generate.ExtensionType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Extension

public class ExtensionType extends SkinExtensionType implements Serializable
Class ExtensionType.
Version:
$Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
See Also:
  • Constructor Details

    • ExtensionType

      public ExtensionType()
  • Method Details

    • deleteActive

      public void deleteActive()
      Method deleteActive
    • deleteAlwaysvisible

      public void deleteAlwaysvisible()
      Method deleteAlwaysvisible
    • deletePriority

      public void deletePriority()
      Method deletePriority
    • getActive

      public boolean getActive()
      Returns the value of field 'active'.
      Returns:
      the value of field 'active'.
    • getAlwaysvisible

      public boolean getAlwaysvisible()
      Returns the value of field 'alwaysvisible'.
      Returns:
      the value of field 'alwaysvisible'.
    • getDescription

      public String getDescription()
      Returns the value of field 'description'.
      Returns:
      the value of field 'description'.
    • getPriority

      public int getPriority()
      Returns the value of field 'priority'.
      Returns:
      the value of field 'priority'.
    • hasActive

      public boolean hasActive()
      Method hasActive
    • hasAlwaysvisible

      public boolean hasAlwaysvisible()
      Method hasAlwaysvisible
    • hasPriority

      public boolean hasPriority()
      Method hasPriority
    • isValid

      public boolean isValid()
      Method isValid
      Overrides:
      isValid in class SkinExtensionType
    • marshal

      public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      Overrides:
      marshal in class SkinExtensionType
      Parameters:
      out -
      Throws:
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • marshal

      public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      Overrides:
      marshal in class SkinExtensionType
      Parameters:
      handler -
      Throws:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • setActive

      public void setActive(boolean active)
      Sets the value of field 'active'.
      Parameters:
      active - the value of field 'active'.
    • setAlwaysvisible

      public void setAlwaysvisible(boolean alwaysvisible)
      Sets the value of field 'alwaysvisible'.
      Parameters:
      alwaysvisible - the value of field 'alwaysvisible'.
    • setDescription

      public void setDescription(String description)
      Sets the value of field 'description'.
      Parameters:
      description - the value of field 'description'.
    • setPriority

      public void setPriority(int priority)
      Sets the value of field 'priority'.
      Parameters:
      priority - the value of field 'priority'.
    • unmarshal

      public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method unmarshal
      Parameters:
      reader -
      Throws:
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Overrides:
      validate in class SkinExtensionType
      Throws:
      org.exolab.castor.xml.ValidationException