|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.apache.tuscany.sdo.impl.DataObjectImpl
org.apache.tuscany.sdo.impl.DataObjectBase
org.apache.tuscany.sdo.model.xml.impl.XMLInfoImpl
public class XMLInfoImpl
An implementation of the model object 'Info'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.tuscany.sdo.impl.DataObjectBase |
---|
DataObjectBase.ChangeContext, DataObjectBase.ChangeKind, DataObjectBase.ListKind |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
static int |
EXTENDED_PROPERTY_COUNT
|
static int |
INTERNAL_PROPERTY_COUNT
The number of properties for this type. |
static int |
INTERNAL_XML_ELEMENT
The internal feature id for the 'Xml Element' attribute. |
static int |
SDO_PROPERTY_COUNT
|
static int |
XML_ELEMENT
|
protected static boolean |
XML_ELEMENT_DEFAULT_
The default value of the ' Xml Element ' attribute. |
protected boolean |
xmlElement
The cached value of the ' Xml Element ' attribute. |
protected boolean |
xmlElement_set_
This is true if the Xml Element attribute has been set. |
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectBase |
---|
OPPOSITE_FEATURE_BASE |
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectImpl |
---|
changeRecorder, eContainer, eContainerFeatureID, location |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
XMLInfoImpl()
|
Method Summary | |
---|---|
java.lang.Object |
get(int propertyIndex,
boolean resolve)
|
commonj.sdo.Type |
getType()
|
protected int |
internalConvertIndex(int internalIndex)
|
boolean |
isSet(int propertyIndex)
|
boolean |
isSetXmlElement()
|
boolean |
isXmlElement()
|
void |
set(int propertyIndex,
java.lang.Object newValue)
|
void |
setXmlElement(boolean newXmlElement)
|
java.lang.String |
toString()
|
void |
unset(int propertyIndex)
|
void |
unsetXmlElement()
|
Methods inherited from class org.apache.tuscany.sdo.impl.DataObjectBase |
---|
addNotification, addNotification, basicAdd, createChangeSummary, createPropertyList, createPropertyList, createSequence, createSequence, dispatch, eGet, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, get, getList, inverseAdd, inverseAdd, inverseRemove, inverseRemove, isNotifying, isProxy, isProxy, isSequenceEmpty, isSet, notify, notify, notify, notify, removeFromList, removeFromSequence, resolveProxy, set, setSequence, unset, unsetSequence |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicProperties, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProperties, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eAdapters, eBasicAdapters, eDeliver, eSetDeliver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int XML_ELEMENT
public static final int SDO_PROPERTY_COUNT
public static final int EXTENDED_PROPERTY_COUNT
public static final int INTERNAL_XML_ELEMENT
public static final int INTERNAL_PROPERTY_COUNT
protected static final boolean XML_ELEMENT_DEFAULT_
Xml Element
' attribute.
isXmlElement()
,
Constant Field Valuesprotected boolean xmlElement
Xml Element
' attribute.
isXmlElement()
protected boolean xmlElement_set_
Constructor Detail |
---|
public XMLInfoImpl()
Method Detail |
---|
protected int internalConvertIndex(int internalIndex)
internalConvertIndex
in class DataObjectBase
public commonj.sdo.Type getType()
getType
in interface commonj.sdo.DataObject
getType
in class DataObjectBase
public boolean isXmlElement()
isXmlElement
in interface XMLInfo
XMLInfo.isSetXmlElement()
,
XMLInfo.unsetXmlElement()
,
XMLInfo.setXmlElement(boolean)
public void setXmlElement(boolean newXmlElement)
setXmlElement
in interface XMLInfo
newXmlElement
- the new value of the 'Xml Element' attribute.XMLInfo.isSetXmlElement()
,
XMLInfo.unsetXmlElement()
,
XMLInfo.isXmlElement()
public void unsetXmlElement()
unsetXmlElement
in interface XMLInfo
XMLInfo.isSetXmlElement()
,
XMLInfo.isXmlElement()
,
XMLInfo.setXmlElement(boolean)
public boolean isSetXmlElement()
isSetXmlElement
in interface XMLInfo
XMLInfo.unsetXmlElement()
,
XMLInfo.isXmlElement()
,
XMLInfo.setXmlElement(boolean)
public java.lang.Object get(int propertyIndex, boolean resolve)
get
in class DataObjectBase
public void set(int propertyIndex, java.lang.Object newValue)
set
in interface commonj.sdo.DataObject
set
in class DataObjectImpl
public void unset(int propertyIndex)
unset
in interface commonj.sdo.DataObject
unset
in class DataObjectImpl
public boolean isSet(int propertyIndex)
isSet
in interface commonj.sdo.DataObject
isSet
in class DataObjectImpl
public java.lang.String toString()
toString
in class DataObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |