|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface XmlNamedObjectGraph
Purpose: Used to define the boundaries for a marshal or unmarhsal operation.
Required Element Summary | |
---|---|
XmlNamedAttributeNode[] |
attributeNodes
The list of properties to be marshalled/unmarshalled for this graph. |
java.lang.String |
name
The name of this object graph. |
Optional Element Summary | |
---|---|
XmlNamedSubgraph[] |
subclassSubgraphs
Optional: a list of named subgraphs for any subclasses of this class. |
XmlNamedSubgraph[] |
subgraphs
Optional: a list of named subgraphs that are referenced from the property entries. |
Element Detail |
---|
public abstract java.lang.String name
public abstract XmlNamedAttributeNode[] attributeNodes
public abstract XmlNamedSubgraph[] subgraphs
public abstract XmlNamedSubgraph[] subclassSubgraphs
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |