Package componentSecurity
Interface ComponentSecurity
-
- All Known Implementing Classes:
ComponentSecurityImpl
public interface ComponentSecurity extends EObject
A representation of the model object 'Component Security'.The following features are supported:
- See Also:
ComponentSecurityPackage.getComponentSecurity()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPoCoB()
Returns the value of the 'Po Co B' attribute.double
getTTDV()
Returns the value of the 'TTDV' attribute.void
setPoCoB(double value)
Sets the value of the 'Po Co B
' attribute.void
setTTDV(double value)
Sets the value of the 'TTDV
' 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
-
getPoCoB
double getPoCoB()
Returns the value of the 'Po Co B' attribute. The default value is"0.2"
.If the meaning of the 'Po Co B' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Po Co B' attribute.
- See Also:
setPoCoB(double)
,ComponentSecurityPackage.getComponentSecurity_PoCoB()
- Generated class or method.
- EMF model class or method.
- default="0.2"
-
setPoCoB
void setPoCoB(double value)
Sets the value of the 'Po Co B
' attribute.- Parameters:
value
- the new value of the 'Po Co B' attribute.- See Also:
getPoCoB()
- Generated class or method.
-
getTTDV
double getTTDV()
Returns the value of the 'TTDV' attribute. The default value is"200.0"
.If the meaning of the 'TTDV' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'TTDV' attribute.
- See Also:
setTTDV(double)
,ComponentSecurityPackage.getComponentSecurity_TTDV()
- Generated class or method.
- EMF model class or method.
- default="200.0"
-
-