org.eclipse.mtj.api.project
Interface SigningDetail

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

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

A representation of the model object 'Signing Detail'.

The following features are supported:

See Also:
ProjectPackage.getSigningDetail()

Method Summary
 java.lang.String getAlias()
          Returns the value of the 'Alias' attribute.
 java.lang.String getKeystore()
          Returns the value of the 'Keystore' attribute.
 void setAlias(java.lang.String value)
          Sets the value of the 'Alias' attribute.
 void setKeystore(java.lang.String value)
          Sets the value of the 'Keystore' 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

getKeystore

java.lang.String getKeystore()
Returns the value of the 'Keystore' attribute.

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

Returns:
the value of the 'Keystore' attribute.
See Also:
setKeystore(String), ProjectPackage.getSigningDetail_Keystore()

setKeystore

void setKeystore(java.lang.String value)
Sets the value of the 'Keystore' attribute.

Parameters:
value - the new value of the 'Keystore' attribute.
See Also:
getKeystore()

getAlias

java.lang.String getAlias()
Returns the value of the 'Alias' attribute.

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

Returns:
the value of the 'Alias' attribute.
See Also:
setAlias(String), ProjectPackage.getSigningDetail_Alias()

setAlias

void setAlias(java.lang.String value)
Sets the value of the 'Alias' attribute.

Parameters:
value - the new value of the 'Alias' attribute.
See Also:
getAlias()