public static class EventMethodModel.Parameter
extends java.lang.Object
implements java.io.Serializable, org.apache.xmlgraphics.util.XMLizable
Constructor and Description |
---|
Parameter(java.lang.Class type,
java.lang.String name)
Creates a new event parameter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the parameter name.
|
java.lang.Class |
getType()
Returns the parameter type.
|
void |
toSAX(org.xml.sax.ContentHandler handler) |
public Parameter(java.lang.Class type, java.lang.String name)
type
- the parameter typename
- the parameter namepublic java.lang.Class getType()
public java.lang.String getName()
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toSAX
in interface org.apache.xmlgraphics.util.XMLizable
org.xml.sax.SAXException
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.