Class ComboScale
java.lang.Object
org.gvsig.andami.plugins.config.generate.ComboScale
- All Implemented Interfaces:
Serializable
Class ComboScale.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'actionCommand'.Returns the value of field 'elements'.getLabel()Returns the value of field 'label'.getName()Returns the value of field 'name'.Returns the value of field 'position'.getValue()Returns the value of field 'value'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetActionCommand(String actionCommand) Sets the value of field 'actionCommand'.voidsetElements(Object elements) Sets the value of field 'elements'.voidSets the value of field 'label'.voidSets the value of field 'name'.voidsetPosition(Object position) Sets the value of field 'position'.voidSets the value of field 'value'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
ComboScale
public ComboScale()
-
-
Method Details
-
getActionCommand
Returns the value of field 'actionCommand'.- Returns:
- the value of field 'actionCommand'.
-
getElements
Returns the value of field 'elements'.- Returns:
- the value of field 'elements'.
-
getLabel
Returns the value of field 'label'.- Returns:
- the value of field 'label'.
-
getName
Returns the value of field 'name'.- Returns:
- the value of field 'name'.
-
getPosition
Returns the value of field 'position'.- Returns:
- the value of field 'position'.
-
getValue
Returns the value of field 'value'.- Returns:
- the value of field 'value'.
-
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.MarshalExceptionorg.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:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
setActionCommand
Sets the value of field 'actionCommand'.- Parameters:
actionCommand- the value of field 'actionCommand'.
-
setElements
Sets the value of field 'elements'.- Parameters:
elements- the value of field 'elements'.
-
setLabel
Sets the value of field 'label'.- Parameters:
label- the value of field 'label'.
-
setName
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setPosition
Sets the value of field 'position'.- Parameters:
position- the value of field 'position'.
-
setValue
Sets the value of field 'value'.- Parameters:
value- the value of field 'value'.
-
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.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
validate
public void validate() throws org.exolab.castor.xml.ValidationExceptionMethod validate- Throws:
org.exolab.castor.xml.ValidationException
-