|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.ETypedElement
org.eclipse.emf._2002.ecore.EStructuralFeature
public abstract class EStructuralFeature
Java class for EStructuralFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EStructuralFeature">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}ETypedElement">
<attribute name="changeable" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" default="true" />
<attribute name="volatile" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="transient" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="defaultValueLiteral" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
<attribute name="defaultValue" type="{http://www.eclipse.org/emf/2002/Ecore}EJavaObject" />
<attribute name="unsettable" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
<attribute name="derived" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
_transient
|
protected String |
_volatile
|
protected String |
changeable
|
protected String |
defaultValue
|
protected String |
defaultValueLiteral
|
protected String |
derived
|
protected String |
unsettable
|
| Fields inherited from class org.eclipse.emf._2002.ecore.ETypedElement |
|---|
eGenericType, eType, lowerBound, many, ordered, required, unique, upperBound |
| Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
name |
| Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
eAnnotations |
| Constructor Summary | |
|---|---|
EStructuralFeature()
|
|
| Method Summary | |
|---|---|
String |
getChangeable()
Gets the value of the changeable property. |
String |
getDefaultValue()
Gets the value of the defaultValue property. |
String |
getDefaultValueLiteral()
Gets the value of the defaultValueLiteral property. |
String |
getDerived()
Gets the value of the derived property. |
String |
getTransient()
Gets the value of the transient property. |
String |
getUnsettable()
Gets the value of the unsettable property. |
String |
getVolatile()
Gets the value of the volatile property. |
void |
setChangeable(String value)
Sets the value of the changeable property. |
void |
setDefaultValue(String value)
Sets the value of the defaultValue property. |
void |
setDefaultValueLiteral(String value)
Sets the value of the defaultValueLiteral property. |
void |
setDerived(String value)
Sets the value of the derived property. |
void |
setTransient(String value)
Sets the value of the transient property. |
void |
setUnsettable(String value)
Sets the value of the unsettable property. |
void |
setVolatile(String value)
Sets the value of the volatile property. |
String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class org.eclipse.emf._2002.ecore.ETypedElement |
|---|
getEGenericType, getEType, getLowerBound, getMany, getOrdered, getRequired, getUnique, getUpperBound, setEGenericType, setEType, setLowerBound, setMany, setOrdered, setRequired, setUnique, setUpperBound |
| Methods inherited from class org.eclipse.emf._2002.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from class org.eclipse.emf._2002.ecore.EModelElement |
|---|
getEAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String changeable
protected String _volatile
protected String _transient
protected String defaultValueLiteral
protected String defaultValue
protected String unsettable
protected String derived
| Constructor Detail |
|---|
public EStructuralFeature()
| Method Detail |
|---|
public String getChangeable()
Stringpublic void setChangeable(String value)
value - allowed object is
Stringpublic String getVolatile()
Stringpublic void setVolatile(String value)
value - allowed object is
Stringpublic String getTransient()
Stringpublic void setTransient(String value)
value - allowed object is
Stringpublic String getDefaultValueLiteral()
Stringpublic void setDefaultValueLiteral(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getUnsettable()
Stringpublic void setUnsettable(String value)
value - allowed object is
Stringpublic String getDerived()
Stringpublic void setDerived(String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class ETypedElementpublic String toString()
toString in class ETypedElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||