public static class ResourceXMLParser.Entity
extends java.lang.Object
ResourceXMLConstants for property names.
getResourceType() method. This method will return null if the entity is a resource-reference with no
corresponding entity definition in the XML.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.util.Properties |
getProperties() |
java.lang.String |
getProperty(java.lang.String prop) |
java.lang.String |
getResourceType()
Return the name of the resource xml "tag" defining this entity, or null if it is a resource reference
|
int |
hashCode() |
void |
setProperty(java.lang.String prop,
java.lang.String value) |
public java.lang.String getId()
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Properties getProperties()
public java.lang.String getProperty(java.lang.String prop)
public void setProperty(java.lang.String prop,
java.lang.String value)
public java.lang.String getResourceType()