Module org.eclipse.persistence.moxy
Class AttributeNodeImpl<X>
- java.lang.Object
-
- org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
-
- All Implemented Interfaces:
AttributeNode
- Direct Known Subclasses:
ObjectGraphImpl
public class AttributeNodeImpl<X> extends Object implements AttributeNode
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcurrentAttribute
-
Constructor Summary
Constructors Constructor Description AttributeNodeImpl()AttributeNodeImpl(String attributeName)
-
-
-
Field Detail
-
currentAttribute
protected String currentAttribute
-
-
Constructor Detail
-
AttributeNodeImpl
public AttributeNodeImpl()
-
AttributeNodeImpl
public AttributeNodeImpl(String attributeName)
-
-
Method Detail
-
getAttributeName
public String getAttributeName()
- Specified by:
getAttributeNamein interfaceAttributeNode
-
-