public interface VCustomDomainModelReference extends VDomainModelReference
The following features are supported:
VCustomPackage.getCustomDomainModelReference()
Modifier and Type | Method and Description |
---|---|
String |
getBundleName()
Returns the value of the 'Bundle Name' attribute.
|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
org.eclipse.emf.common.util.EList<VDomainModelReference> |
getDomainModelReferences()
Returns the value of the 'Domain Model References' containment reference list.
|
boolean |
isControlChecked()
Returns the value of the 'Control Checked' attribute.
|
void |
setBundleName(String value)
Sets the value of the '
Bundle Name '
attribute. |
void |
setClassName(String value)
Sets the value of the '
Class Name ' attribute. |
void |
setControlChecked(boolean value)
Sets the value of the '
Control Checked ' attribute. |
getChangeListener, getEStructuralFeatureIterator, getFullPathIterator, getIterator, init
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
notifyChange
org.eclipse.emf.common.util.EList<VDomainModelReference> getDomainModelReferences()
VDomainModelReference
.
If the meaning of the 'Domain Model References' containment reference list isn't clear, there really should be more of a description here...
VCustomPackage.getCustomDomainModelReference_DomainModelReferences()
String getBundleName()
If the meaning of the 'Bundle Name' attribute isn't clear, there really should be more of a description here...
setBundleName(String)
,
VCustomPackage.getCustomDomainModelReference_BundleName()
void setBundleName(String value)
Bundle Name
'
attribute.
value
- the new value of the 'Bundle Name' attribute.getBundleName()
String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String)
,
VCustomPackage.getCustomDomainModelReference_ClassName()
void setClassName(String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
boolean isControlChecked()
"false"
.
If the meaning of the 'Control Checked' attribute isn't clear, there really should be more of a description here...
setControlChecked(boolean)
,
VCustomPackage.getCustomDomainModelReference_ControlChecked()
void setControlChecked(boolean value)
Control Checked
' attribute.
value
- the new value of the 'Control Checked' attribute.isControlChecked()
Copyright © 2018. All rights reserved.