Constructor and Description |
---|
ParameterListAttribute(Collection<? extends ParameterInfo> elements,
boolean strict)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ParameterInfo> |
getElements()
Returns the elements.
|
String |
getId()
Returns the attribute ID (optional).
|
int |
hashCode() |
boolean |
isStrict()
Returns the strict.
|
String |
toString() |
public static final String ID
public ParameterListAttribute(Collection<? extends ParameterInfo> elements, boolean strict)
elements
- the elementsstrict
- true
if only accepts explicitly defined parameters, otherwise false
public final String getId()
Attribute
public List<ParameterInfo> getElements()
public boolean isStrict()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.