net.sf.jmd.metarepresentation.impl
Class Operation

java.lang.Object
  extended by net.sf.jmd.metarepresentation.impl.Member
      extended by net.sf.jmd.metarepresentation.impl.Operation
All Implemented Interfaces:
IMember, IModelElement, IOperation

public class Operation
extends Member
implements IModelElement, IOperation


Field Summary
 
Fields inherited from class net.sf.jmd.metarepresentation.impl.Member
modifiers, name, namespace, type
 
Constructor Summary
Operation()
           
 
Method Summary
 void addParameter(IParameter parameter)
           
 boolean equals(java.lang.Object other)
           
 java.util.List<IParameter> getParameters()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.jmd.metarepresentation.impl.Member
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jmd.metarepresentation.IModelElement
getIdentifier
 
Methods inherited from interface net.sf.jmd.metarepresentation.IMember
addModifier, getIdentifier, getModifiers, getName, getNamespace, getType, setModifiers, setName, setNamespace, setType
 

Constructor Detail

Operation

public Operation()
Method Detail

addParameter

public void addParameter(IParameter parameter)
Specified by:
addParameter in interface IOperation

getParameters

public java.util.List<IParameter> getParameters()
Specified by:
getParameters in interface IOperation

equals

public boolean equals(java.lang.Object other)
Specified by:
equals in interface IMember
Specified by:
equals in interface IOperation
Overrides:
equals in class Member

hashCode

public int hashCode()
Overrides:
hashCode in class Member

toString

public java.lang.String toString()
Specified by:
toString in interface IOperation
Overrides:
toString in class java.lang.Object


Copyright © 2007-2010. All Rights Reserved.