EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

org.eclipse.persistence.oxm.annotations
Annotation Type XmlDiscriminatorValue


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XmlDiscriminatorValue

The XmlDiscriminatorValue annotation is used to specify the class indicator for a given type when using inheritance.


Required Element Summary
 java.lang.String value
          (Required) Indicates the class indicator for a given Type.
 

Element Detail

value

public abstract java.lang.String value
(Required) Indicates the class indicator for a given Type.


EclipseLink 2.3.2, build 'v20111125-r10461' API Reference