org.apache.struts2.json.smd
Class SMDMethodParameter

java.lang.Object
  extended by org.apache.struts2.json.smd.SMDMethodParameter
All Implemented Interfaces:
Comparable

public class SMDMethodParameter
extends Object
implements Comparable


Constructor Summary
SMDMethodParameter(String name)
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMDMethodParameter

public SMDMethodParameter(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

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


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.