Class Depends
java.lang.Object
org.gvsig.andami.plugins.config.generate.Depends
- All Implemented Interfaces:
Serializable
Class Depends.
- Version:
- $Revision: 40305 $ $Date: 2013-04-02 12:17:01 +0200 (mar, 02 abr 2013) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of field 'optional'.Returns the value of field 'pluginName'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetOptional(boolean optional) Sets the value of field 'optional'.voidsetPluginName(String pluginName) Sets the value of field 'pluginName'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
Depends
public Depends()
-
-
Method Details
-
getPluginName
Returns the value of field 'pluginName'.- Returns:
- the value of field 'pluginName'.
-
getOptional
public boolean getOptional()Returns the value of field 'optional'.- Returns:
- the value of field 'optional'.
-
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
-
setPluginName
Sets the value of field 'pluginName'.- Parameters:
pluginName- the value of field 'pluginName'.
-
setOptional
public void setOptional(boolean optional) Sets the value of field 'optional'.- Parameters:
optional- the value of field 'optional'.
-
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
-