|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.NamedThing
ucar.unidata.idv.chooser.adde.AddeServer.Group
public static class AddeServer.Group
Class Group represents an adde group
| Constructor Summary | |
|---|---|
AddeServer.Group()
ctor |
|
AddeServer.Group(String type,
String name,
String desc)
ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
equals |
boolean |
getActive()
Get the Active property. |
boolean |
getIsLocal()
Get the IsLocal property. |
String |
getType()
Get the Type property. |
int |
hashCode()
hash code |
void |
setActive(boolean value)
Set the Active property. |
void |
setIsLocal(boolean value)
Set the IsLocal property. |
void |
setType(String value)
Set the Type property. |
String |
toString()
to string |
| Methods inherited from class ucar.unidata.util.NamedThing |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddeServer.Group()
public AddeServer.Group(String type,
String name,
String desc)
type - typename - namedesc - description| Method Detail |
|---|
public void setType(String value)
value - The new value for Typepublic String getType()
public void setIsLocal(boolean value)
value - The new value for IsLocalpublic boolean getIsLocal()
public void setActive(boolean value)
value - The new value for Activepublic boolean getActive()
public boolean equals(Object o)
equals in class NamedThingo - object
public int hashCode()
hashCode in class NamedThingpublic String toString()
toString in class NamedThing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||