org.ocltf.model
Interface ParameterFacade

All Superinterfaces:
ElementFacade

public interface ParameterFacade
extends ElementFacade

Specifies a "facade" for an underlying parameter.

Author:
Chad Brandon

Method Summary
 boolean isReturnType()
          Returns true if the parameter is a return parameter type
 
Methods inherited from interface org.ocltf.model.ElementFacade
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType
 

Method Detail

isReturnType

public boolean isReturnType()
Returns true if the parameter is a return parameter type

Returns:
true if its a return parameter, false otherwise.


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.