|
|||||||||
| 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 | |
|---|---|
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'. |
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceType()
| Method Detail |
|---|
public String getLabel()
public String getName()
public PersistenceSelectorStrategy getPersistenceSelectorStrategy()
public String getResourceLabel()
public StorageStrategy getStorageStrategy()
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 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 | ||||||||