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


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.