public interface Signature extends Term
Modifier and Type | Method and Description |
---|---|
ListTerm<NameTypePair> |
getNameTypePair()
Returns the NameTypePair elements.
|
ListTerm<NameTypePair> getNameTypePair()
Returns the NameTypePair elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.