|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SImplementation
Method Summary | |
---|---|
java.lang.String |
derive(Derivable derivable)
If this object's value for the derived parent is null, return the parent's value for the derivable. |
java.lang.String |
getBasePath()
Returns the value of the 'Base Path' attribute. |
java.lang.String |
getBinDir()
Returns the value of the 'Bin Dir' attribute. |
java.lang.String |
getClassFileLoc()
Returns the value of the 'Class File Loc' attribute. |
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute. |
java.lang.String |
getDerivedBinDir()
Returns the value of the 'Derived Bin Dir' attribute. |
java.lang.String |
getDerivedPackage()
Returns the value of the 'Derived Package' attribute. |
java.lang.String |
getDerivedPath()
Returns the value of the 'Derived Path' attribute. |
java.lang.String |
getDerivedSrcDir()
Returns the value of the 'Derived Src Dir' attribute. |
java.lang.String |
getJavaFileLoc()
Returns the value of the 'Java File Loc' attribute. |
SImplementationMode |
getMode()
Returns the value of the 'Mode' attribute. |
java.lang.String |
getPackage()
Returns the value of the 'Package' attribute. |
java.lang.String |
getPackagePath()
|
java.lang.String |
getQualifiedName()
Returns the value of the 'Qualified Name' attribute. |
java.lang.String |
getSrcDir()
Returns the value of the 'Src Dir' attribute. |
SImplemented |
getTarget()
Returns the value of the 'Target' container reference. |
void |
setBasePath(java.lang.String value)
Sets the value of the ' Base Path ' attribute. |
void |
setBinDir(java.lang.String value)
Sets the value of the ' Bin Dir ' attribute. |
void |
setClassName(java.lang.String value)
Sets the value of the ' Class Name ' attribute. |
void |
setMode(SImplementationMode value)
Sets the value of the ' Mode ' attribute. |
void |
setPackage(java.lang.String value)
Sets the value of the ' Package ' attribute. |
void |
setSrcDir(java.lang.String value)
Sets the value of the ' Src Dir ' attribute. |
void |
setTarget(SImplemented value)
Sets the value of the ' Target ' container reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getPackage()
If the meaning of the 'Package' attribute isn't clear, there really should be more of a description here...
setPackage(String)
,
MetaABMPackage.getSImplementation_Package()
void setPackage(java.lang.String value)
Package
' attribute.
value
- the new value of the 'Package' attribute.getPackage()
java.lang.String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String)
,
MetaABMPackage.getSImplementation_ClassName()
void setClassName(java.lang.String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
java.lang.String getBasePath()
If the meaning of the 'Base Path' attribute isn't clear, there really should be more of a description here...
The relative or absolute path to the base directory containing implementing code, e.g. \"../myproject\", \"/MyDrive/local/myproject\".
setBasePath(String)
,
MetaABMPackage.getSImplementation_BasePath()
void setBasePath(java.lang.String value)
Base Path
' attribute.
value
- the new value of the 'Base Path' attribute.getBasePath()
SImplementationMode getMode()
"GENERATE"
.
The literals are from the enumeration SImplementationMode
.
If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...
SImplementationMode
,
setMode(SImplementationMode)
,
MetaABMPackage.getSImplementation_Mode()
void setMode(SImplementationMode value)
Mode
' attribute.
value
- the new value of the 'Mode' attribute.SImplementationMode
,
getMode()
SImplemented getTarget()
Implementation
'.
If the meaning of the 'Target' container reference isn't clear, there really should be more of a description here...
setTarget(SImplemented)
,
MetaABMPackage.getSImplementation_Target()
,
SImplemented.getImplementation()
void setTarget(SImplemented value)
Target
' container reference.
value
- the new value of the 'Target' container reference.getTarget()
java.lang.String getQualifiedName()
If the meaning of the 'Qualified Name' attribute isn't clear, there really should be more of a description here...
MetaABMPackage.getSImplementation_QualifiedName()
java.lang.String getDerivedPath()
If the meaning of the 'Derived Path' attribute isn't clear, there really should be more of a description here...
MetaABMPackage.getSImplementation_DerivedPath()
java.lang.String getPackagePath()
java.lang.String getDerivedPackage()
If the meaning of the 'Derived Package' attribute isn't clear, there really should be more of a description here...
MetaABMPackage.getSImplementation_DerivedPackage()
java.lang.String getJavaFileLoc()
If the meaning of the 'Java File Loc' attribute isn't clear, there really should be more of a description here...
The precise location of any related java file, e.g. \"../projectdir/srcgen/org/foo/MyClass.java\" or \"/root/projectdir/srcgen/org/foo/MyClass.java\".
MetaABMPackage.getSImplementation_JavaFileLoc()
java.lang.String getSrcDir()
"srcgen"
.
If the meaning of the 'Src Dir' attribute isn't clear, there really should be more of a description here...
setSrcDir(String)
,
MetaABMPackage.getSImplementation_SrcDir()
void setSrcDir(java.lang.String value)
Src Dir
' attribute.
value
- the new value of the 'Src Dir' attribute.getSrcDir()
java.lang.String getBinDir()
"bin"
.
If the meaning of the 'Bin Dir' attribute isn't clear, there really should be more of a description here...
setBinDir(String)
,
MetaABMPackage.getSImplementation_BinDir()
void setBinDir(java.lang.String value)
Bin Dir
' attribute.
value
- the new value of the 'Bin Dir' attribute.getBinDir()
java.lang.String getClassFileLoc()
""
. The precise
location of any related binary class file, e.g.
"../projectdir/bin/org/foo/MyClass.class" or
"/root/projectdir/bin/org/foo/MyClass.class".
org.metaabmPackage#getSImplementation_ClassFileLoc()
java.lang.String getDerivedBinDir()
If the meaning of the 'Derived Bin Dir' attribute isn't clear, there really should be more of a description here...
MetaABMPackage.getSImplementation_DerivedBinDir()
java.lang.String getDerivedSrcDir()
If the meaning of the 'Derived Src Dir' attribute isn't clear, there really should be more of a description here...
MetaABMPackage.getSImplementation_DerivedSrcDir()
java.lang.String derive(Derivable derivable)
derivable
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |