Class PluginsStatus
java.lang.Object
org.gvsig.andami.persistence.generate.PluginsStatus
- All Implemented Interfaces:
Serializable
Class PluginsStatus.
- 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 'plugin'.Returns the value of field 'toolBars'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidSets the value of field 'plugin'.voidsetToolBars(ToolBars toolBars) Sets the value of field 'toolBars'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
PluginsStatus
public PluginsStatus()
-
-
Method Details
-
getPlugin
Returns the value of field 'plugin'.- Returns:
- the value of field 'plugin'.
-
getToolBars
Returns the value of field 'toolBars'.- Returns:
- the value of field 'toolBars'.
-
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
-
setPlugin
Sets the value of field 'plugin'.- Parameters:
plugin- the value of field 'plugin'.
-
setToolBars
Sets the value of field 'toolBars'.- Parameters:
toolBars- the value of field 'toolBars'.
-
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
-