|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditorConfiguration
A representation of the model object 'Editor Configuration'.
The following features are supported:
Name
Project Name
Gen Model
Plugin Version
Provider
Force Overwrite
Organize Imports
Copyright Text
Actions
EditorconfiguratorPackage.getEditorConfiguration()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList<EditorAction> |
getActions()
Returns the value of the 'Actions' containment reference list. |
java.lang.String |
getCopyrightText()
Returns the value of the 'Copyright Text' attribute. |
java.lang.String |
getEditorId()
Retrieve the EditorID from the projectName and the prefix. |
java.lang.String |
getExtension()
Return the extension to use for the model file in the editor |
java.lang.String |
getExtensionDiagram()
Return the extension to use for the diagram file in the editor |
GenModel |
getGenModel()
Returns the value of the 'Gen Model' reference. |
java.lang.String |
getJavaCopyrightText()
Return the copyright as the Java format. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getPluginVersion()
Returns the value of the 'Plugin Version' attribute. |
java.lang.String |
getPrefix()
Return the Prefix to use for the generated classes |
java.lang.String |
getProjectName()
Returns the value of the 'Project Name' attribute. |
java.lang.String |
getProvider()
Returns the value of the 'Provider' attribute. |
boolean |
isForceOverwrite()
Returns the value of the 'Force Overwrite' attribute. |
boolean |
isOrganizeImports()
Returns the value of the 'Organize Imports' attribute. |
void |
setCopyrightText(java.lang.String value)
Sets the value of the ' Copyright Text '
attribute.
|
void |
setForceOverwrite(boolean value)
Sets the value of the ' Force Overwrite '
attribute.
|
void |
setGenModel(GenModel value)
Sets the value of the ' Gen Model '
reference.
|
void |
setName(java.lang.String value)
Sets the value of the ' Name '
attribute.
|
void |
setOrganizeImports(boolean value)
Sets the value of the ' Organize Imports '
attribute.
|
void |
setPluginVersion(java.lang.String value)
Sets the value of the ' Plugin Version '
attribute.
|
void |
setProjectName(java.lang.String value)
Sets the value of the ' Project Name '
attribute.
|
void |
setProvider(java.lang.String value)
Sets the value of the ' Provider '
attribute.
|
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
EditorconfiguratorPackage.getEditorConfiguration_Name()
void setName(java.lang.String value)
Name
'
attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getProjectName()
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
setProjectName(String)
,
EditorconfiguratorPackage.getEditorConfiguration_ProjectName()
void setProjectName(java.lang.String value)
Project Name
'
attribute.
value
- the new value of the 'Project Name' attribute.getProjectName()
GenModel getGenModel()
If the meaning of the 'Gen Model' reference isn't clear, there really should be more of a description here...
setGenModel(GenModel)
,
EditorconfiguratorPackage.getEditorConfiguration_GenModel()
void setGenModel(GenModel value)
Gen Model
'
reference.
value
- the new value of the 'Gen Model' reference.getGenModel()
java.lang.String getPluginVersion()
If the meaning of the 'Plugin Version' attribute isn't clear, there really should be more of a description here...
setPluginVersion(String)
,
EditorconfiguratorPackage.getEditorConfiguration_PluginVersion()
void setPluginVersion(java.lang.String value)
Plugin Version
'
attribute.
value
- the new value of the 'Plugin Version' attribute.getPluginVersion()
java.lang.String getProvider()
"Topcased"
.
If the meaning of the 'Provider' attribute isn't clear, there really should be more of a description here...
setProvider(String)
,
EditorconfiguratorPackage.getEditorConfiguration_Provider()
void setProvider(java.lang.String value)
Provider
'
attribute.
value
- the new value of the 'Provider' attribute.getProvider()
boolean isForceOverwrite()
"false"
.
If the meaning of the 'Force Overwrite' attribute isn't clear, there really should be more of a description here...
setForceOverwrite(boolean)
,
EditorconfiguratorPackage.getEditorConfiguration_ForceOverwrite()
void setForceOverwrite(boolean value)
Force Overwrite
'
attribute.
value
- the new value of the 'Force Overwrite' attribute.isForceOverwrite()
boolean isOrganizeImports()
"true"
.
If the meaning of the 'Organize Imports' attribute isn't clear, there really should be more of a description here...
setOrganizeImports(boolean)
,
EditorconfiguratorPackage.getEditorConfiguration_OrganizeImports()
void setOrganizeImports(boolean value)
Organize Imports
'
attribute.
value
- the new value of the 'Organize Imports' attribute.isOrganizeImports()
java.lang.String getCopyrightText()
If the meaning of the 'Copyright Text' attribute isn't clear, there really should be more of a description here...
setCopyrightText(String)
,
EditorconfiguratorPackage.getEditorConfiguration_CopyrightText()
java.lang.String getJavaCopyrightText()
*
characters are added.
void setCopyrightText(java.lang.String value)
Copyright Text
'
attribute.
value
- the new value of the 'Copyright Text' attribute.getCopyrightText()
EList<EditorAction> getActions()
EditorAction
.
If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
EditorconfiguratorPackage.getEditorConfiguration_Actions()
java.lang.String getPrefix()
java.lang.String getExtension()
java.lang.String getExtensionDiagram()
java.lang.String getEditorId()
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.