public class ModeChoiceImpl extends AbstractModesImpl implements ModeChoice
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<Mode> |
modeList |
Constructor and Description |
---|
ModeChoiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addMode(Mode mode)
Adds a new mode property
|
OgcPropertyList<Mode> |
getModeList()
Gets the list of mode properties
|
int |
getNumModes()
Returns number of mode properties
|
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<Mode> modeList
public OgcPropertyList<Mode> getModeList()
getModeList
in interface ModeChoice
public int getNumModes()
getNumModes
in interface ModeChoice
public void addMode(Mode mode)
addMode
in interface ModeChoice