Package com.sodius.mdw.metamodel.sa
Interface Display
-
- 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 Display extends EncyclopediaElement
A representation of the model object 'Display'.The following features are supported:
- See Also:
SaPackage.getDisplay()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDspMinorTypeNum()
Returns the value of the 'Dsp Minor Type Num' attribute.String
getDspMode()
Returns the value of the 'Dsp Mode' attribute.String
getDspModeExt()
Returns the value of the 'Dsp Mode Ext' attribute.void
setDspMinorTypeNum(String value)
Sets the value of the 'Dsp Minor Type Num
' attribute.void
setDspMode(String value)
Sets the value of the 'Dsp Mode
' attribute.void
setDspModeExt(String value)
Sets the value of the 'Dsp Mode Ext
' 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
-
getDspMinorTypeNum
String getDspMinorTypeNum()
Returns the value of the 'Dsp Minor Type Num' attribute. The default value is""
.- Returns:
- the value of the 'Dsp Minor Type Num' attribute.
- See Also:
setDspMinorTypeNum(String)
,SaPackage.getDisplay_DspMinorTypeNum()
-
setDspMinorTypeNum
void setDspMinorTypeNum(String value)
Sets the value of the 'Dsp Minor Type Num
' attribute.- Parameters:
value
- the new value of the 'Dsp Minor Type Num' attribute.- See Also:
getDspMinorTypeNum()
-
getDspMode
String getDspMode()
Returns the value of the 'Dsp Mode' attribute. The default value is""
.- Returns:
- the value of the 'Dsp Mode' attribute.
- See Also:
setDspMode(String)
,SaPackage.getDisplay_DspMode()
-
setDspMode
void setDspMode(String value)
Sets the value of the 'Dsp Mode
' attribute.- Parameters:
value
- the new value of the 'Dsp Mode' attribute.- See Also:
getDspMode()
-
getDspModeExt
String getDspModeExt()
Returns the value of the 'Dsp Mode Ext' attribute. The default value is""
.- Returns:
- the value of the 'Dsp Mode Ext' attribute.
- See Also:
setDspModeExt(String)
,SaPackage.getDisplay_DspModeExt()
-
setDspModeExt
void setDspModeExt(String value)
Sets the value of the 'Dsp Mode Ext
' attribute.- Parameters:
value
- the new value of the 'Dsp Mode Ext' attribute.- See Also:
getDspModeExt()
-
-