org.eclipse.jst.pagedesigner.dtmanager.dtinfo
Interface DTInfo

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface DTInfo
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'DT Info'.

Provisional API - subject to change

The following features are supported:

See Also:
DTInfoPackage.getDTInfo()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 TagConvertInfo getTagConvertInfo()
          Returns the value of the 'Tag Convert Info' containment reference
 org.eclipse.emf.common.util.EList getTagDecorateInfos()
          Returns the value of the 'Tag Decorate Infos' containment reference list.
 void setTagConvertInfo(TagConvertInfo value)
          Sets the value of the 'Tag Convert Info' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getTagConvertInfo

TagConvertInfo getTagConvertInfo()
Returns the value of the 'Tag Convert Info' containment reference.

If the meaning of the 'Tag Convert Info' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tag Convert Info' containment reference.
See Also:
setTagConvertInfo(TagConvertInfo), DTInfoPackage.getDTInfo_TagConvertInfo()

setTagConvertInfo

void setTagConvertInfo(TagConvertInfo value)
Sets the value of the 'Tag Convert Info' containment reference.

Parameters:
value - the new value of the 'Tag Convert Info' containment reference.
See Also:
getTagConvertInfo()

getTagDecorateInfos

org.eclipse.emf.common.util.EList getTagDecorateInfos()
Returns the value of the 'Tag Decorate Infos' containment reference list. The list contents are of type TagDecorateInfo.

If the meaning of the 'Tag Decorate Infos' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tag Decorate Infos' containment reference list.
See Also:
DTInfoPackage.getDTInfo_TagDecorateInfos()