This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.
Modifier and Type | Field and Description |
---|---|
protected String | fEntityName
The name of the entity. |
Access | Constructor and Description |
---|---|
public | |
public | |
public | XMLEntityDescriptionImpl(String
The name of the entity. entityName, String The public identifier. publicId, String The literal system identifier. literalSystemId, String The base system identifier. baseSystemId, String The expanded system identifier. expandedSystemId, String The namespace. namespace)Constructs a resource identifier. |
Modifier and Type | Method and Description |
---|---|
public void | clear()
Overrides com. Clears the values. |
public String | Returns: the name of the entityImplements com. Returns the name of the entity. |
public int | hashCode()
Overrides com. Returns a hash code for this object. |
public void | |
public void | setDescription(String
The name of the entity. entityName, String The public identifier. publicId, String The literal system identifier. literalSystemId, String The base system identifier. baseSystemId, String The expanded system identifier. expandedSystemId, String The namespace. namespace)Sets the values of this entity description. |
public void | setEntityName(String
the name of the entity name)Implements com. Sets the name of the entity. |
public String | toString()
Overrides com. Returns a string representation of this object. |
fEntityName | back to summary |
---|---|
protected String fEntityName The name of the entity. |
XMLEntityDescriptionImpl | back to summary |
---|---|
public XMLEntityDescriptionImpl() Constructs an empty entity description. |
XMLEntityDescriptionImpl | back to summary |
---|---|
public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) Constructs an entity description. |
XMLEntityDescriptionImpl | back to summary |
---|---|
public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) Constructs a resource identifier. |
clear | back to summary |
---|---|
public void clear() Overrides com. Clears the values. |
getEntityName | back to summary |
---|---|
public String getEntityName() Implements com. Returns the name of the entity.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides com. Returns a hash code for this object.
|
setDescription | back to summary |
---|---|
public void setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) Sets the values of this entity description. |
setDescription | back to summary |
---|---|
public void setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) Sets the values of this entity description. |
setEntityName | back to summary |
---|---|
public void setEntityName(String name) Implements com. Sets the name of the entity.
|
toString | back to summary |
---|---|
public String toString() Overrides com. Returns a string representation of this object.
|