com.devexperts.evolution.utils.configencoder
Class MExpression

java.lang.Object
  extended by java.beans.Statement
      extended by java.beans.Expression
          extended by com.devexperts.evolution.utils.configencoder.MExpression

public class MExpression
extends java.beans.Expression

the point of this class is to get a reference to 'property' object

Author:
Andrey Belomutskiy Mar 18, 2011

Field Summary
protected  java.lang.Object property
           
 
Constructor Summary
MExpression()
           
 
Method Summary
 java.lang.Object getProperty()
           
 void setProperty(java.lang.Object property)
           
 
Methods inherited from class java.beans.Expression
getValue, setValue, toString
 
Methods inherited from class java.beans.Statement
execute, getArguments, getMethodName, getTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

property

protected java.lang.Object property
Constructor Detail

MExpression

public MExpression()
Method Detail

getProperty

public java.lang.Object getProperty()

setProperty

public void setProperty(java.lang.Object property)


Copyright © 2012 Devexperts, LLC. All Rights Reserved.