public interface FlowElementAttributeProvider
FlowElementAttributes.| Modifier and Type | Method and Description |
|---|---|
<T extends FlowElementAttribute> |
getAttribute(Class<T> attributeClass)
Returns the attribute of this.
|
Set<? extends Class<? extends FlowElementAttribute>> |
getAttributeTypes()
Returns the all available attribute types of this.
|
Set<? extends Class<? extends FlowElementAttribute>> getAttributeTypes()
<T extends FlowElementAttribute> T getAttribute(Class<T> attributeClass)
T - target classattributeClass - target classnull if not definedIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.