public interface AttributeRule extends ModelElement
The following features are supported:
SetupPackage.getAttributeRule()
Modifier and Type | Method and Description |
---|---|
URI |
getAttributeURI()
Returns the value of the 'Attribute URI' attribute.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setAttributeURI(URI value)
Sets the value of the '
Attribute URI ' attribute. |
void |
setValue(String value)
Sets the value of the '
Value ' attribute. |
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
URI getAttributeURI()
If the meaning of the 'Attribute URI' attribute isn't clear, there really should be more of a description here...
setAttributeURI(URI)
,
SetupPackage.getAttributeRule_AttributeURI()
void setAttributeURI(URI value)
Attribute URI
' attribute.
value
- the new value of the 'Attribute URI' attribute.getAttributeURI()
String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
SetupPackage.getAttributeRule_Value()
void setValue(String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html