Nuxeo Enterprise Platform 5.4

org.nuxeo.common.xmap.annotation
Annotation Type XObject


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XObject

Author:
Bogdan Stefanescu

Optional Element Summary
 java.lang.String[] order
           
 java.lang.String value
          An xpath expression specifying the XML node to bind to.
 

value

public abstract java.lang.String value
An xpath expression specifying the XML node to bind to.

Returns:
the node xpath
Default:
""

order

public abstract java.lang.String[] order
Default:
{}

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.