Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
-
Packages that use XmlNamedSubgraph Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlNamedSubgraph in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlNamedSubgraph Modifier and Type Field Description protected List<XmlNamedSubgraph>XmlNamedObjectGraph. xmlNamedSubclassGraphprotected List<XmlNamedSubgraph>XmlNamedObjectGraph. xmlNamedSubgraphMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlNamedSubgraph Modifier and Type Method Description List<XmlNamedSubgraph>XmlNamedObjectGraph. getXmlNamedSubclassGraph()Gets the value of the xmlNamedSubclassGraph property.List<XmlNamedSubgraph>XmlNamedObjectGraph. getXmlNamedSubgraph()Gets the value of the xmlNamedSubgraph property.
-