com.japisoft.xmlpad.helper.model
Class EntityDescriptor

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.model.AbstractDescriptor
      extended bycom.japisoft.xmlpad.helper.model.EntityDescriptor
All Implemented Interfaces:
Descriptor

public class EntityDescriptor
extends AbstractDescriptor

Descriptor for XML entity

Author:
(c) 2003 JAPISOFT
See Also:
EntityHelper

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.helper.model.AbstractDescriptor
addedPart, type
 
Constructor Summary
EntityDescriptor(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getBuiltEntity()
           
 java.lang.String getName()
           
 java.lang.String getNameForHelper()
           
 java.lang.String getValue()
           
 java.lang.String getValueForHelper()
           
 boolean isEnabled()
           
 boolean isRaw()
           
 java.lang.String toExternalForm()
          The final text added
 java.lang.String toString()
           
 
Methods inherited from class com.japisoft.xmlpad.helper.model.AbstractDescriptor
dispose, getComment, getIcon, getSource, getType, hasAutomaticNextHelper, setAddedPart, setAutomaticNextHelper, setComment, setIcon, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityDescriptor

public EntityDescriptor(java.lang.String name,
                        java.lang.String value)
Method Detail

isRaw

public boolean isRaw()

getName

public java.lang.String getName()

getNameForHelper

public java.lang.String getNameForHelper()

getValue

public java.lang.String getValue()

getValueForHelper

public java.lang.String getValueForHelper()

isEnabled

public boolean isEnabled()

getBuiltEntity

public java.lang.String getBuiltEntity()

toExternalForm

public java.lang.String toExternalForm()
Description copied from interface: Descriptor
The final text added


toString

public java.lang.String toString()


Copyright © 2006 JAPISoft. All Rights Reserved.