Package org.apache.fop.events.model
Class EventMethodModel.Parameter
java.lang.Object
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:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type
-
name
-
-
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:
toSAX
in interfaceorg.apache.xmlgraphics.util.XMLizable
- Throws:
SAXException
-