Class EnumeratedImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<EnumeratedMetadata>
-
- org.eclipse.persistence.internal.jpa.config.converters.EnumeratedImpl
-
- All Implemented Interfaces:
Enumerated
public class EnumeratedImpl extends MetadataImpl<EnumeratedMetadata> implements Enumerated
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 EnumeratedImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumeratedsetType(java.lang.String type)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setType
public Enumerated setType(java.lang.String type)
- Specified by:
setTypein interfaceEnumerated
-
-