public class EAttribute extends EStructuralFeature
<complexType name="EAttribute">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}EStructuralFeature">
<attribute name="iD" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
id |
changeable, defaultValueLiteral, derived, isTransient, isVolatile, unsettableeClassifierETypes, eType, lowerBound, ordered, unique, upperBoundnameeAnnotations| Constructor and Description |
|---|
EAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isID()
Gets the value of the id property.
|
void |
setID(Boolean value)
Sets the value of the id property.
|
getDefaultValueLiteral, isChangeable, isDerived, isIsTransient, isIsVolatile, isUnsettable, setChangeable, setDefaultValueLiteral, setDerived, setIsTransient, setIsVolatile, setUnsettablegetEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBoundgetName, setNamegetEAnnotationsprotected Boolean id
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.