ua.gradsoft.javachecker.models
Class JavaMethodModelAttributes

java.lang.Object
  extended by ua.gradsoft.javachecker.models.JavaMethodModelAttributes
All Implemented Interfaces:
java.io.Serializable

public class JavaMethodModelAttributes
extends java.lang.Object
implements java.io.Serializable

Holder for method attributes.

Author:
rssh
See Also:
Serialized Form

Method Summary
 Term getAttribute(java.lang.String name)
           
 JavaMethodModel getMethodModel()
           
 void setAttribute(java.lang.String name, Term value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethodModel

public JavaMethodModel getMethodModel()

getAttribute

public Term getAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         Term value)