|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.map.adapter.Csubmap
public class Csubmap
Class Csubmap.
| Constructor Summary | |
|---|---|
Csubmap()
|
|
| Method Summary | |
|---|---|
void |
deleteAddwithoutelements()
|
void |
deleteX()
|
void |
deleteY()
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
boolean |
getAddwithoutelements()
Returns the value of field 'addwithoutelements'. |
String |
getIcon()
Returns the value of field 'icon'. |
String |
getLabel()
Returns the value of field 'label'. |
String |
getName()
Returns the value of field 'name'. |
int |
getX()
Returns the value of field 'x'. |
int |
getY()
Returns the value of field 'y'. |
boolean |
hasAddwithoutelements()
Method hasAddwithoutelements. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
hasX()
Method hasX. |
boolean |
hasY()
Method hasY. |
boolean |
isAddwithoutelements()
Returns the value of field 'addwithoutelements'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setAddwithoutelements(boolean addwithoutelements)
Sets the value of field 'addwithoutelements'. |
void |
setIcon(String icon)
Sets the value of field 'icon'. |
void |
setLabel(String label)
Sets the value of field 'label'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setX(int x)
Sets the value of field 'x'. |
void |
setY(int y)
Sets the value of field 'y'. |
static Csubmap |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Csubmap()
| Method Detail |
|---|
public void deleteAddwithoutelements()
public void deleteX()
public void deleteY()
public boolean equals(Object obj)
equals in class Objectobj -
public boolean getAddwithoutelements()
public String getIcon()
public String getLabel()
public String getName()
public int getX()
public int getY()
public boolean hasAddwithoutelements()
public boolean hasX()
public boolean hasY()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic boolean isAddwithoutelements()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAddwithoutelements(boolean addwithoutelements)
addwithoutelements - the value of field
'addwithoutelements'.public void setIcon(String icon)
icon - the value of field 'icon'.public void setLabel(String label)
label - the value of field 'label'.public void setName(String name)
name - the value of field 'name'.public void setX(int x)
x - the value of field 'x'.public void setY(int y)
y - the value of field 'y'.
public static Csubmap unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||