|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.datacollection.ResourceType
public class ResourceType
a custom resource type
| Constructor Summary | |
|---|---|
ResourceType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method. |
String |
getLabel()
Returns the value of field 'label'. |
String |
getName()
Returns the value of field 'name'. |
PersistenceSelectorStrategy |
getPersistenceSelectorStrategy()
Returns the value of field 'persistenceSelectorStrategy'. |
String |
getResourceLabel()
Returns the value of field 'resourceLabel'. |
StorageStrategy |
getStorageStrategy()
Returns the value of field 'storageStrategy'. |
int |
hashCode()
Overrides the java.lang.Object.hashCode method. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setLabel(String label)
Sets the value of field 'label'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setPersistenceSelectorStrategy(PersistenceSelectorStrategy persistenceSelectorStrategy)
Sets the value of field 'persistenceSelectorStrategy'. |
void |
setResourceLabel(String resourceLabel)
Sets the value of field 'resourceLabel'. |
void |
setStorageStrategy(StorageStrategy storageStrategy)
Sets the value of field 'storageStrategy'. |
static ResourceType |
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 ResourceType()
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj -
public String getLabel()
public String getName()
public PersistenceSelectorStrategy getPersistenceSelectorStrategy()
public String getResourceLabel()
public StorageStrategy getStorageStrategy()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
hashCode in class Objectpublic 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 setLabel(String label)
label - the value of field 'label'.public void setName(String name)
name - the value of field 'name'.public void setPersistenceSelectorStrategy(PersistenceSelectorStrategy persistenceSelectorStrategy)
persistenceSelectorStrategy - the value of field
'persistenceSelectorStrategy'.public void setResourceLabel(String resourceLabel)
resourceLabel - the value of field 'resourceLabel'.public void setStorageStrategy(StorageStrategy storageStrategy)
storageStrategy - the value of field 'storageStrategy'.
public static ResourceType 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 | |||||||||