Interface URLTemplate
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
URLTemplateImpl
A representation of the model object 'URL Template'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Method>
Returns the value of the 'Methods' containment reference list.Returns the value of the 'Template' attribute.void
setTemplate
(String value) Sets the value of the 'Template
' attribute.boolean
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._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTemplate
String getTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
-
setTemplate
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
-
getMethods
org.eclipse.emf.common.util.EList<Method> getMethods()Returns the value of the 'Methods' containment reference list. The list contents are of typeMethod
.- Returns:
- the value of the 'Methods' containment reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-