public interface FlowElementAttributeProvider
FlowElementAttribute
s.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 null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.