org.activiti.engine.impl.javax.el
类 ValueReference
java.lang.Object
org.activiti.engine.impl.javax.el.ValueReference
- 所有已实现的接口:
- Serializable
public class ValueReference
- extends Object
- implements Serializable
This class encapsulates a base model object and one of its properties.
- 从以下版本开始:
- 2.2
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueReference
public ValueReference(Object base,
Object property)
getBase
public Object getBase()
getProperty
public Object getProperty()
Copyright © 2013 Alfresco. All rights reserved.