protected static final class AbstractGeneratorAdapter.AttributeData.Element
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractGeneratorAdapter.AttributeData.Element.Attribute |
protected static class |
AbstractGeneratorAdapter.AttributeData.Element.Directive |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AbstractGeneratorAdapter.AttributeData.Element.Attribute> |
attributes |
java.util.List<AbstractGeneratorAdapter.AttributeData.Element.Directive> |
directives |
java.util.Set<java.lang.String> |
valueComponents |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGeneratorAdapter.AttributeData.Element() |
public java.util.Set<java.lang.String> valueComponents
public java.util.List<AbstractGeneratorAdapter.AttributeData.Element.Directive> directives
public java.util.List<AbstractGeneratorAdapter.AttributeData.Element.Attribute> attributes
protected AbstractGeneratorAdapter.AttributeData.Element()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString(java.lang.String lineDelimiter)
public java.lang.String toString()
toString in class java.lang.Object