org.eclipse.emf.ecore.xcore
Interface XAttribute

All Superinterfaces:
EObject, Notifier, XMember, XModelElement, XNamedElement, XStructuralFeature, XTypedElement
All Known Implementing Classes:
XAttributeImpl

public interface XAttribute
extends XStructuralFeature

A representation of the model object 'XAttribute'.

The following features are supported:

See Also:
XcorePackage.getXAttribute()

Method Summary
 java.lang.String getDefaultValueLiteral()
          Returns the value of the 'Default Value Literal' attribute
 boolean isID()
          Returns the value of the 'ID' attribute
 void setDefaultValueLiteral(java.lang.String value)
          Sets the value of the 'Default Value Literal' attribute
 void setID(boolean value)
          Sets the value of the 'ID' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XStructuralFeature
getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatile
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XMember
getContainingClass
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XTypedElement
getMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnordered
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XNamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.xcore.XModelElement
getAnnotation, getAnnotations
 
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDefaultValueLiteral

java.lang.String getDefaultValueLiteral()
Returns the value of the 'Default Value Literal' attribute.

If the meaning of the 'Default Value Literal' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value Literal' attribute.
See Also:
setDefaultValueLiteral(String), XcorePackage.getXAttribute_DefaultValueLiteral()

setDefaultValueLiteral

void setDefaultValueLiteral(java.lang.String value)
Sets the value of the 'Default Value Literal' attribute.

Parameters:
value - the new value of the 'Default Value Literal' attribute.
See Also:
getDefaultValueLiteral()

isID

boolean isID()
Returns the value of the 'ID' attribute.

If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID' attribute.
See Also:
setID(boolean), XcorePackage.getXAttribute_ID()

setID

void setID(boolean value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
isID()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.