public class ProgramParameters<VALUE_TYPE> extends ArrayList<ProgramParameter<VALUE_TYPE>> implements HasDescription, CommonAttributes, Serializable, XMCDARootElement
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG |
modCount| Constructor and Description |
|---|
ProgramParameters() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
ProgramParameter<VALUE_TYPE> |
getParameter(String id)
Returns the parameter with the supplied id, or
null if it does not exist |
String |
id() |
String |
mcdaConcept() |
String |
name() |
void |
setDescription(Description description) |
void |
setId(String id) |
void |
setMcdaConcept(String mcdaConcept) |
void |
setName(String name) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final String TAG
public ProgramParameter<VALUE_TYPE> getParameter(String id)
null if it does not existid - the id of the parameter to returnpublic String id()
id in interface CommonAttributespublic void setId(String id)
setId in interface CommonAttributespublic String name()
name in interface CommonAttributespublic String mcdaConcept()
mcdaConcept in interface CommonAttributespublic void setName(String name)
setName in interface CommonAttributespublic void setMcdaConcept(String mcdaConcept)
setMcdaConcept in interface CommonAttributespublic void setDescription(Description description)
setDescription in interface HasDescriptionpublic Description getDescription()
getDescription in interface HasDescriptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.