org.eclipse.mtj.api.project
Interface ObfuscationDetail

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ObfuscationDetailImpl

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

A representation of the model object 'Obfuscation Detail'.

The following features are supported:

See Also:
ProjectPackage.getObfuscationDetail()

Method Summary
 java.lang.String getAdditionalSettings()
          Returns the value of the 'Additional Settings' attribute.
 int getLevel()
          Returns the value of the 'Level' attribute.
 void setAdditionalSettings(java.lang.String value)
          Sets the value of the 'Additional Settings' attribute.
 void setLevel(int value)
          Sets the value of the 'Level' 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
 

Method Detail

getLevel

int getLevel()
Returns the value of the 'Level' attribute.

If the meaning of the 'Level' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Level' attribute.
See Also:
setLevel(int), ProjectPackage.getObfuscationDetail_Level()

setLevel

void setLevel(int value)
Sets the value of the 'Level' attribute.

Parameters:
value - the new value of the 'Level' attribute.
See Also:
getLevel()

getAdditionalSettings

java.lang.String getAdditionalSettings()
Returns the value of the 'Additional Settings' attribute.

If the meaning of the 'Additional Settings' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Additional Settings' attribute.
See Also:
setAdditionalSettings(String), ProjectPackage.getObfuscationDetail_AdditionalSettings()

setAdditionalSettings

void setAdditionalSettings(java.lang.String value)
Sets the value of the 'Additional Settings' attribute.

Parameters:
value - the new value of the 'Additional Settings' attribute.
See Also:
getAdditionalSettings()