java.lang.Object
org.gvsig.andami.plugins.config.generate.LabelSet
All Implemented Interfaces:
Serializable

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

    • LabelSet

      public LabelSet()
  • Method Details

    • addLabel

      public void addLabel(Label vLabel) throws IndexOutOfBoundsException
      Method addLabel
      Parameters:
      vLabel -
      Throws:
      IndexOutOfBoundsException
    • addLabel

      public void addLabel(int index, Label vLabel) throws IndexOutOfBoundsException
      Method addLabel
      Parameters:
      index -
      vLabel -
      Throws:
      IndexOutOfBoundsException
    • enumerateLabel

      public Enumeration enumerateLabel()
      Method enumerateLabel
    • getClassName

      public String getClassName()
      Returns the value of field 'className'.
      Returns:
      the value of field 'className'.
    • getLabel

      public Label getLabel(int index) throws IndexOutOfBoundsException
      Method getLabel
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getLabel

      public Label[] getLabel()
      Method getLabel
    • getLabelCount

      public int getLabelCount()
      Method getLabelCount
    • isValid

      public boolean isValid()
      Method isValid
    • marshal

      public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      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
      Parameters:
      handler -
      Throws:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • removeAllLabel

      public void removeAllLabel()
      Method removeAllLabel
    • removeLabel

      public Label removeLabel(int index)
      Method removeLabel
      Parameters:
      index -
    • setClassName

      public void setClassName(String className)
      Sets the value of field 'className'.
      Parameters:
      className - the value of field 'className'.
    • setLabel

      public void setLabel(int index, Label vLabel) throws IndexOutOfBoundsException
      Method setLabel
      Parameters:
      index -
      vLabel -
      Throws:
      IndexOutOfBoundsException
    • setLabel

      public void setLabel(Label[] labelArray)
      Method setLabel
      Parameters:
      labelArray -
    • 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
      Throws:
      org.exolab.castor.xml.ValidationException