Class PropertyImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<PropertyMetadata>
-
- org.eclipse.persistence.internal.jpa.config.PropertyImpl
-
- All Implemented Interfaces:
Property
public class PropertyImpl extends MetadataImpl<PropertyMetadata> implements Property
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description PropertyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertysetName(java.lang.String name)PropertysetValue(java.lang.String value)PropertysetValueType(java.lang.String valueType)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setValue
public Property setValue(java.lang.String value)
-
setValueType
public Property setValueType(java.lang.String valueType)
- Specified by:
setValueTypein interfaceProperty
-
-