Interface FormatSpecifier
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DateFormatSpecifier
,FractionNumberFormatSpecifier
,JavaDateFormatSpecifier
,JavaNumberFormatSpecifier
,NumberFormatSpecifier
,StringFormatSpecifier
- All Known Implementing Classes:
DateFormatSpecifierImpl
,FormatSpecifierImpl
,FractionNumberFormatSpecifierImpl
,JavaDateFormatSpecifierImpl
,JavaNumberFormatSpecifierImpl
,NumberFormatSpecifierImpl
,StringFormatSpecifierImpl
public interface FormatSpecifier extends IChartObject
A representation of the model object 'Format Specifier'. FormatSpecifier specifies how to format the output text of a value.- See Also:
AttributePackage.getFormatSpecifier()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatSpecifier
copyInstance()
-
-
-
Method Detail
-
copyInstance
FormatSpecifier copyInstance()
- Specified by:
copyInstance
in interfaceIChartObject
-
-