org.opengis.annotation
Annotation Type XmlParameter


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface XmlParameter

Maps a method to the XML parameter. This annotation can be used with reflection for finding the corresponding XML parameter in the schema.

Since:
GeoAPI 2.2
Author:
Johann Sorel (Geomatys)

Required Element Summary
 String value
          The name of the element in the XML schema.
 

Element Detail

value

public abstract String value
The name of the element in the XML schema.

Returns:
The XML parameter name.


Copyright © 1996-2014 Geotools. All Rights Reserved.