Class EventMethodModel.Parameter
java.lang.Object
org.docx4j.org.apache.fop.events.model.EventMethodModel.Parameter
- All Implemented Interfaces:
java.io.Serializable,org.apache.xmlgraphics.util.XMLizable
- Enclosing class:
- EventMethodModel
public static class EventMethodModel.Parameter
extends java.lang.Object
implements java.io.Serializable, org.apache.xmlgraphics.util.XMLizable
Represents an event parameter.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Parameter(java.lang.Class type, java.lang.String name)Creates a new event parameter. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Parameter
public Parameter(java.lang.Class type, java.lang.String name)Creates a new event parameter.- Parameters:
type- the parameter typename- the parameter name
-
-
Method Details
-
getType
public java.lang.Class getType()Returns the parameter type.- Returns:
- the parameter type
-
getName
public java.lang.String getName()Returns the parameter name.- Returns:
- the parameter name
-
toSAX
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException- Specified by:
toSAXin interfaceorg.apache.xmlgraphics.util.XMLizable- Throws:
org.xml.sax.SAXException
-