public interface ElementInfo
Modifier and Type | Method and Description |
---|---|
default <T extends Attribute> |
findAttribute(Class<T> type)
Returns an attribute of this elements.
|
List<? extends Attribute> |
getAttributes()
Returns the attributes of this element.
|
String |
getDescriptionClass()
Returns the description class name.
|
String |
getId()
Returns the element ID.
|
String getId()
String getDescriptionClass()
null
if it is not sureList<? extends Attribute> getAttributes()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.