Interface URLTemplate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
URLTemplateImpl
public interface URLTemplate extends MdObject
A representation of the model object 'URL Template'.The following features are supported:
- See Also:
MdClassPackage.getURLTemplate()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Method>
getMethods()
Returns the value of the 'Methods' containment reference list.String
getTemplate()
Returns the value of the 'Template' attribute.void
setTemplate(String value)
Sets the value of the 'Template
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
-
-
-
Method Detail
-
getTemplate
String getTemplate()
Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
setTemplate(String)
,MdClassPackage.getURLTemplate_Template()
-
setTemplate
void setTemplate(String value)
Sets the value of the 'Template
' attribute.- Parameters:
value
- the new value of the 'Template' attribute.- See Also:
getTemplate()
-
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:
MdClassPackage.getURLTemplate_Methods()
-
-