public interface AttributeWithContext extends Iterable<AttributeWithContext>
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getName()
Gets the name of this attribute.
|
int |
getWidth()
Gets the width of this attribute.
|
boolean |
hasChildren()
Returns true if this attribute has children.
|
forEach, iterator, spliterator
int getWidth()
Optional<String> getName()
boolean hasChildren()