Package com.sodius.mdw.metamodel.sa
Interface Adjunct
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,EncyclopediaElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Adjunct extends EncyclopediaElement
A representation of the model object 'Adjunct'.The following features are supported:
- See Also:
SaPackage.getAdjunct()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAdjLocX()
Returns the value of the 'Adj Loc X' attribute.String
getAdjLocY()
Returns the value of the 'Adj Loc Y' attribute.String
getAdjNum()
Returns the value of the 'Adj Num' attribute.String
getAdjSizeX()
Returns the value of the 'Adj Size X' attribute.String
getAdjSizeY()
Returns the value of the 'Adj Size Y' attribute.void
setAdjLocX(String value)
Sets the value of the 'Adj Loc X
' attribute.void
setAdjLocY(String value)
Sets the value of the 'Adj Loc Y
' attribute.void
setAdjNum(String value)
Sets the value of the 'Adj Num
' attribute.void
setAdjSizeX(String value)
Sets the value of the 'Adj Size X
' attribute.void
setAdjSizeY(String value)
Sets the value of the 'Adj Size Y
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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 com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getAdjNum
String getAdjNum()
Returns the value of the 'Adj Num' attribute. The default value is""
.- Returns:
- the value of the 'Adj Num' attribute.
- See Also:
setAdjNum(String)
,SaPackage.getAdjunct_AdjNum()
-
setAdjNum
void setAdjNum(String value)
Sets the value of the 'Adj Num
' attribute.- Parameters:
value
- the new value of the 'Adj Num' attribute.- See Also:
getAdjNum()
-
getAdjLocX
String getAdjLocX()
Returns the value of the 'Adj Loc X' attribute. The default value is""
.- Returns:
- the value of the 'Adj Loc X' attribute.
- See Also:
setAdjLocX(String)
,SaPackage.getAdjunct_AdjLocX()
-
setAdjLocX
void setAdjLocX(String value)
Sets the value of the 'Adj Loc X
' attribute.- Parameters:
value
- the new value of the 'Adj Loc X' attribute.- See Also:
getAdjLocX()
-
getAdjLocY
String getAdjLocY()
Returns the value of the 'Adj Loc Y' attribute. The default value is""
.- Returns:
- the value of the 'Adj Loc Y' attribute.
- See Also:
setAdjLocY(String)
,SaPackage.getAdjunct_AdjLocY()
-
setAdjLocY
void setAdjLocY(String value)
Sets the value of the 'Adj Loc Y
' attribute.- Parameters:
value
- the new value of the 'Adj Loc Y' attribute.- See Also:
getAdjLocY()
-
getAdjSizeX
String getAdjSizeX()
Returns the value of the 'Adj Size X' attribute. The default value is""
.- Returns:
- the value of the 'Adj Size X' attribute.
- See Also:
setAdjSizeX(String)
,SaPackage.getAdjunct_AdjSizeX()
-
setAdjSizeX
void setAdjSizeX(String value)
Sets the value of the 'Adj Size X
' attribute.- Parameters:
value
- the new value of the 'Adj Size X' attribute.- See Also:
getAdjSizeX()
-
getAdjSizeY
String getAdjSizeY()
Returns the value of the 'Adj Size Y' attribute. The default value is""
.- Returns:
- the value of the 'Adj Size Y' attribute.
- See Also:
setAdjSizeY(String)
,SaPackage.getAdjunct_AdjSizeY()
-
setAdjSizeY
void setAdjSizeY(String value)
Sets the value of the 'Adj Size Y
' attribute.- Parameters:
value
- the new value of the 'Adj Size Y' attribute.- See Also:
getAdjSizeY()
-
-