org.mindswap.ocl
Interface OCLStaticMethod

All Superinterfaces:
OCLMethod
All Known Implementing Classes:
OCLStaticMethodImpl

public interface OCLStaticMethod
extends OCLMethod

Title: OCLStaticMethod

Description: Representation of a static method on a class

Copyright: Copyright (c) 2005

Company: Mindswap (http://www.mindswap.org)


Method Summary
 Literal getHasClass()
          Return the value of the has class property for this method.
 void setHasClass(Literal theHasClass)
          Sets the has class value for this method.
 
Methods inherited from interface org.mindswap.ocl.OCLMethod
addParameter, getMethodName, getOnObject, getParameters, invoke, invoke, removeParameter, setMethodName
 

Method Detail

getHasClass

public Literal getHasClass()
Return the value of the has class property for this method. This is the class the static method belongs to.

Returns:
Literal the has class value for this method

setHasClass

public void setHasClass(Literal theHasClass)
Sets the has class value for this method. This is the class the static method belongs to.

Parameters:
theHasClass - Literal the new has class