public class ParameterListAttribute extends Object implements Element.Attribute
| 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.
|
int |
hashCode() |
boolean |
isStrict()
Returns the strict.
|
String |
toString() |
public ParameterListAttribute(Collection<? extends ParameterInfo> elements, boolean strict)
elements - the elementsstrict - true if only accepts explicitly defined parameters, otherwise falsepublic List<ParameterInfo> getElements()
public boolean isStrict()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.