com.conradroche.dtd.decl
Interface GeneralEntity

All Superinterfaces:
Entity, ExternalID
All Known Implementing Classes:
GeneralEntity

public interface GeneralEntity
extends Entity

Interface to hold the declaration of a General Entity.

Author:
Conrad Roche

Method Summary
 java.lang.String getNotationName()
          Returns the Notation name, is any, associated with this Entity.
 void setNotationName(java.lang.String name)
          Sets the Notation name, is any, associated with this Entity.
 
Methods inherited from interface com.conradroche.dtd.decl.Entity
getEntityName, getLiteralValue, getReplacementText, isExternalEntity, isGeneralEntity, isInternalEntity, isParameterEntity, isParsedEntity, isUnparsedEntity, setEntityName, setLiteralValue
 
Methods inherited from interface com.conradroche.dtd.decl.ExternalID
getPublicIdentifier, getSystemIdentifier, hasPublicIdentifier, hasSystemIdentifier, setPublicIdentifier, setSystemIdentifier
 

Method Detail

getNotationName

public java.lang.String getNotationName()
Returns the Notation name, is any, associated with this Entity.
Returns:
The Notation name.

setNotationName

public void setNotationName(java.lang.String name)
Sets the Notation name, is any, associated with this Entity.
Parameters:
name - The Notation name.