net.sf.jmd.metarepresentation.impl
Class Parameter
java.lang.Object
net.sf.jmd.metarepresentation.impl.Parameter
- All Implemented Interfaces:
- IModelElement, IParameter
public class Parameter
- extends java.lang.Object
- implements IModelElement, IParameter
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Parameter
public Parameter()
setNamespace
public void setNamespace(java.lang.String newNamespace)
- Specified by:
setNamespace
in interface IParameter
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace
in interface IParameter
setName
public void setName(java.lang.String newName)
- Specified by:
setName
in interface IParameter
getIdentifier
public java.lang.String getIdentifier()
- Returns the identifier as dotted concatenation of the namespace and the
name of this ModelElement.
- Specified by:
getIdentifier
in interface IModelElement
- Specified by:
getIdentifier
in interface IParameter
getName
public java.lang.String getName()
- Specified by:
getName
in interface IParameter
getType
public IModelItem getType()
- Specified by:
getType
in interface IParameter
setType
public void setType(IModelItem newType)
- Specified by:
setType
in interface IParameter
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface IParameter
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString
in interface IParameter
- Overrides:
toString
in class java.lang.Object
Copyright © 2007-2010. All Rights Reserved.