Package javax.el
Class ValueReference
- java.lang.Object
-
- javax.el.ValueReference
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueReference extends java.lang.Object implements java.io.Serializable
This encapsulates a base model object and one of its properties.- Since:
- Jakarta Expression Language 2.2
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
base
private java.lang.Object
property
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ValueReference(java.lang.Object base, java.lang.Object property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getBase()
java.lang.Object
getProperty()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
base
private java.lang.Object base
-
property
private java.lang.Object property
-
-