public interface Compatibilities
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AvailabilityCriticality> |
getAvailabilityCriticality()
Returns the value of the 'Availability Criticality' containment reference list.
|
org.eclipse.emf.common.util.EList<ConsistencyCriticality> |
getConsistencyCriticality()
Returns the value of the 'Consistency Criticality' containment reference list.
|
org.eclipse.emf.common.util.EList<ContentVolatility> |
getContentVolatility()
Returns the value of the 'Content Volatility' containment reference list.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
org.eclipse.emf.common.util.EList<SecurityCriticality> |
getSecurityCriticality()
Returns the value of the 'Security Criticality' containment reference list.
|
org.eclipse.emf.common.util.EList<StorageSimilarity> |
getStorageSimilarity()
Returns the value of the 'Storage Similarity' containment reference list.
|
org.eclipse.emf.common.util.EList<StructuralVolatility> |
getStructuralVolatility()
Returns the value of the 'Structural Volatility' containment reference list.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
ServiceCutterConfigurationDSLPackage.getCompatibilities_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()org.eclipse.emf.common.util.EList<AvailabilityCriticality> getAvailabilityCriticality()
AvailabilityCriticality.
If the meaning of the 'Availability Criticality' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_AvailabilityCriticality()org.eclipse.emf.common.util.EList<ConsistencyCriticality> getConsistencyCriticality()
ConsistencyCriticality.
If the meaning of the 'Consistency Criticality' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_ConsistencyCriticality()org.eclipse.emf.common.util.EList<ContentVolatility> getContentVolatility()
ContentVolatility.
If the meaning of the 'Content Volatility' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_ContentVolatility()org.eclipse.emf.common.util.EList<SecurityCriticality> getSecurityCriticality()
SecurityCriticality.
If the meaning of the 'Security Criticality' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_SecurityCriticality()org.eclipse.emf.common.util.EList<StorageSimilarity> getStorageSimilarity()
StorageSimilarity.
If the meaning of the 'Storage Similarity' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_StorageSimilarity()org.eclipse.emf.common.util.EList<StructuralVolatility> getStructuralVolatility()
StructuralVolatility.
If the meaning of the 'Structural Volatility' containment reference list isn't clear, there really should be more of a description here...
ServiceCutterConfigurationDSLPackage.getCompatibilities_StructuralVolatility()