public interface VTViewTemplate
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VTTemplatePackage.getViewTemplate()| Modifier and Type | Method and Description |
|---|---|
VTControlValidationTemplate |
getControlValidationConfiguration()
Deprecated.
Use the
VTValidationProperty instead.
|
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)
Deprecated.
Use the
VTValidationProperty instead.
|
@Deprecated VTControlValidationTemplate getControlValidationConfiguration()
VTValidationProperty instead.
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()@Deprecated void setControlValidationConfiguration(VTControlValidationTemplate value)
VTValidationProperty instead.
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.