|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wmsclient.configuration.MapOperation
Field Summary | |
private java.lang.String |
name
|
private boolean |
selected
|
Constructor Summary | |
MapOperation(java.lang.String name,
boolean selected)
Creates a new MapOperation object. |
Method Summary | |
java.lang.String |
getName()
returns the name of the operation in upper case characters |
boolean |
isSelected()
returns true if the operation is selected. |
void |
setSelected(boolean selected)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private boolean selected
Constructor Detail |
public MapOperation(java.lang.String name, boolean selected)
name
- name of the map operationselected
- indicates if the operation is selectedMethod Detail |
public java.lang.String getName()
public boolean isSelected()
public void setSelected(boolean selected)
selected
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |