|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.webservice.generator.MethodSignature
public class MethodSignature
This class provides the object representation of a method's signature.
Constructor Summary | |
---|---|
MethodSignature()
Default constructor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodSignature()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- An object.
public String getMethodName()
public void setMethodName(String methodName)
methodName
- the value to set.public String getReturnType()
public void setReturnType(String returnType)
returnType
- the value to set.public String getReturnName()
public void setReturnName(String returnName)
returnName
- The value to set.public List<String> getExceptionsType()
public void setExceptionsType(List<String> exceptionsType)
exceptionsType
- The new exceptionsType attribute.public boolean isOneway()
public void setOneway(boolean oneway)
oneway
- The new value of the property.public List<Param> getParameters()
public void setParameters(List<Param> parameters)
public boolean isContainsHolder()
public void setContainsHolder(boolean containsHolder)
public String getClassName()
public void setClassName(String classNameStr)
public Class getClassType()
public void setClassType(Class classType)
public Method getMethod()
public void setMethod(Method method)
public Method getChangedMethod()
public void setChangedMethod(Method changedMethod)
public Set<String> getMethodUnionTypes()
public void setMethodUnionTypes(Set<String> methodUnionTypes)
public Set<String> getMethodInterfaceTypes()
public void setMethodInterfaceTypes(Set<String> methodInterfaceTypes)
public Set<String> getMethodAnyTypes()
public void setMethodAnyTypes(Set<String> methodInterfaceTypes)
public boolean hasCorbaTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |