Skip navigation links


com.bea.p13n.controls.events.generic
Annotation Type GenericTrackingControl.GenericTrackingParams


@Target(value={FIELD,TYPE})
@Retention(value=RUNTIME)
public static @interface GenericTrackingControl.GenericTrackingParams

Define the properties for this control. See javadocs above for more information.


Annotation Type Required Member Summary
 String eventType
           
 String schemaKeys
           
 String xmlNamespace
           
 String xsdFile
           

 

Annotation Type Member Detail

eventType

public abstract String eventType

xmlNamespace

public abstract String xmlNamespace

xsdFile

public abstract String xsdFile

schemaKeys

public abstract String schemaKeys

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.