Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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.

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.