public interface VTViewTemplate
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VTTemplatePackage.getViewTemplate()
Modifier and Type | Method and Description |
---|---|
VTControlValidationTemplate |
getControlValidationConfiguration()
Returns the value of the 'Control Validation Configuration' containment reference.
|
org.eclipse.emf.common.util.EList<String> |
getReferencedEcores()
Returns the value of the 'Referenced Ecores' attribute list.
|
org.eclipse.emf.common.util.EList<VTStyle> |
getStyles()
Returns the value of the 'Styles' containment reference list.
|
void |
setControlValidationConfiguration(VTControlValidationTemplate value)
Sets the value of the
'
Control
Validation Configuration ' containment reference. |
VTControlValidationTemplate getControlValidationConfiguration()
If the meaning of the 'Control Validation Configuration' containment reference isn't clear, there really should be more of a description here...
setControlValidationConfiguration(VTControlValidationTemplate)
,
VTTemplatePackage.getViewTemplate_ControlValidationConfiguration()
void setControlValidationConfiguration(VTControlValidationTemplate value)
Control
Validation Configuration
' containment reference.
value
- the new value of the 'Control Validation Configuration' containment reference.getControlValidationConfiguration()
org.eclipse.emf.common.util.EList<VTStyle> getStyles()
VTStyle
.
If the meaning of the 'Styles' containment reference list isn't clear, there really should be more of a description here...
VTTemplatePackage.getViewTemplate_Styles()
org.eclipse.emf.common.util.EList<String> getReferencedEcores()
String
.
If the meaning of the 'Referenced Ecores' attribute list isn't clear, there really should be more of a description here...
VTTemplatePackage.getViewTemplate_ReferencedEcores()
Copyright © 2018. All rights reserved.