com.bea.p13n.rules.model
Class MethodCallModel.UnknownArgument

java.lang.Object
  extended by com.bea.p13n.rules.model.MethodCallModel.UnknownArgument
Enclosing class:
MethodCallModel

public static final class MethodCallModel.UnknownArgument
extends Object

Representation of an unrecognized method argument.


Constructor Summary
MethodCallModel.UnknownArgument(org.apache.xmlbeans.XmlObject rawArg)
           
 
Method Summary
 boolean equals(Object o)
           
 QName getQName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCallModel.UnknownArgument

public MethodCallModel.UnknownArgument(org.apache.xmlbeans.XmlObject rawArg)
Method Detail

getQName

public QName getQName()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011, Oracle. All rights reserved.