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 XmlParameter


@Retention(value=RUNTIME)
public @interface XmlParameter

Purpose: An annotation representing a parameter to a method. Used with XmlIsSetNullPolicy to specify parameters for the isSet method.


Required Element Summary
 java.lang.Class type
           
 java.lang.String value
           

 

Element Detail

value

public abstract java.lang.String value

type

public abstract java.lang.Class type

Skip navigation links

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