Interface Ulimits
-
- All Known Implementing Classes:
UlimitsImpl
public interface Ulimits extends EObject
A representation of the model object 'Ulimits'.The following features are supported:
- See Also:
ComposeFilePackage.getUlimits()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHard()
Returns the value of the 'Hard' attribute.String
getName()
Returns the value of the 'Name' attribute.String
getSoft()
Returns the value of the 'Soft' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setHard(String value)
Sets the value of the 'Hard
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setSoft(String value)
Sets the value of the 'Soft
' attribute.void
setValue(String value)
Sets the value of the 'Value
' 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
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,ComposeFilePackage.getUlimits_Name()
- Generated class or method.
- EMF model class or method.
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated class or method.
-
getValue
String getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,ComposeFilePackage.getUlimits_Value()
- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
- Generated class or method.
-
getSoft
String getSoft()
Returns the value of the 'Soft' attribute.- Returns:
- the value of the 'Soft' attribute.
- See Also:
setSoft(String)
,ComposeFilePackage.getUlimits_Soft()
- Generated class or method.
- EMF model class or method.
-
setSoft
void setSoft(String value)
Sets the value of the 'Soft
' attribute.- Parameters:
value
- the new value of the 'Soft' attribute.- See Also:
getSoft()
- Generated class or method.
-
getHard
String getHard()
Returns the value of the 'Hard' attribute.- Returns:
- the value of the 'Hard' attribute.
- See Also:
setHard(String)
,ComposeFilePackage.getUlimits_Hard()
- Generated class or method.
- EMF model class or method.
-
-