Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
-
Packages that use XmlNamedAttributeNode Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlNamedAttributeNode in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel with type parameters of type XmlNamedAttributeNode Modifier and Type Field Description protected List<XmlNamedAttributeNode>XmlNamedObjectGraph. xmlNamedAttributeNodeprotected List<XmlNamedAttributeNode>XmlNamedSubgraph. xmlNamedAttributeNodeMethods in org.eclipse.persistence.jaxb.xmlmodel that return types with arguments of type XmlNamedAttributeNode Modifier and Type Method Description List<XmlNamedAttributeNode>XmlNamedObjectGraph. getXmlNamedAttributeNode()Gets the value of the xmlNamedAttributeNode property.List<XmlNamedAttributeNode>XmlNamedSubgraph. getXmlNamedAttributeNode()Gets the value of the xmlNamedAttributeNode property.
-