Interface CredentialSpec
- 
- All Known Implementing Classes:
 CredentialSpecImpl
public interface CredentialSpec extends EObject
A representation of the model object 'Credential Spec'.The following features are supported:
- See Also:
 ComposeFilePackage.getCredentialSpec()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFile()Returns the value of the 'File' attribute.StringgetRegistry()Returns the value of the 'Registry' attribute.voidsetFile(String value)Sets the value of the 'File' attribute.voidsetRegistry(String value)Sets the value of the 'Registry' attribute.- 
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
- 
getFile
String getFile()
Returns the value of the 'File' attribute.- Returns:
 - the value of the 'File' attribute.
 - See Also:
 setFile(String),ComposeFilePackage.getCredentialSpec_File()- Generated class or method.
 - EMF model class or method.
 
 
- 
setFile
void setFile(String value)
Sets the value of the 'File' attribute.- Parameters:
 value- the new value of the 'File' attribute.- See Also:
 getFile()- Generated class or method.
 
 
- 
getRegistry
String getRegistry()
Returns the value of the 'Registry' attribute.- Returns:
 - the value of the 'Registry' attribute.
 - See Also:
 setRegistry(String),ComposeFilePackage.getCredentialSpec_Registry()- Generated class or method.
 - EMF model class or method.
 
 
- 
setRegistry
void setRegistry(String value)
Sets the value of the 'Registry' attribute.- Parameters:
 value- the new value of the 'Registry' attribute.- See Also:
 getRegistry()- Generated class or method.
 
 
 - 
 
 -