Class EventMethodModel.Parameter
java.lang.Object
org.docx4j.org.apache.fop.events.model.EventMethodModel.Parameter
- All Implemented Interfaces:
Serializable,org.apache.xmlgraphics.util.XMLizable
- Enclosing class:
- EventMethodModel
public static class EventMethodModel.Parameter
extends Object
implements Serializable, org.apache.xmlgraphics.util.XMLizable
Represents an event parameter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Parameter
Creates a new event parameter.- Parameters:
type- the parameter typename- the parameter name
-
-
Method Details
-
getType
Returns the parameter type.- Returns:
- the parameter type
-
getName
Returns the parameter name.- Returns:
- the parameter name
-
toSAX
- Specified by:
toSAXin interfaceorg.apache.xmlgraphics.util.XMLizable- Throws:
SAXException
-