TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface Categories

All Known Implementing Classes:
CategoriesImpl, SVGCategoriesImpl

public interface Categories

A representation of the model object 'Categories'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.util.List getCategory()
          Returns the value of the 'Category' containment reference list.
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 

Method Detail

getCategory

java.util.List getCategory()
Returns the value of the 'Category' containment reference list. The list contents are of type Category.

Returns:
the value of the 'Category' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getCategories_Category()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.Category" containment="true" required="true"

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.6.0 Platform Project
Internal API Specification