|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlTypeMapping
A representation of the model object 'Xml Type Mapping'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
The following features are supported:
OrmPackage.getXmlTypeMapping()| Method Summary | |
|---|---|
Attributes |
getAttributes()
Returns the value of the 'Attributes' containment reference. |
TextRange |
getAttributesTextRange()
|
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute. |
TextRange |
getClassTextRange()
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.lang.String |
getMappingKey()
|
java.lang.Boolean |
getMetadataComplete()
Returns the value of the 'Metadata Complete' attribute. |
void |
setAttributes(Attributes value)
Sets the value of the ' Attributes' containment reference. |
void |
setClassName(java.lang.String value)
Sets the value of the ' Class Name' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute. |
void |
setMetadataComplete(java.lang.Boolean value)
Sets the value of the ' Metadata Complete' attribute. |
| Methods inherited from interface org.eclipse.jpt.core.resource.orm.XmlAccessHolder |
|---|
getAccess, setAccess |
| Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject |
|---|
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset |
| 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 |
|---|
java.lang.String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String),
OrmPackage.getXmlTypeMapping_ClassName()void setClassName(java.lang.String value)
Class Name' attribute.
value - the new value of the 'Class Name' attribute.getClassName()java.lang.Boolean getMetadataComplete()
If the meaning of the 'Metadata Complete' attribute isn't clear, there really should be more of a description here...
setMetadataComplete(Boolean),
OrmPackage.getXmlTypeMapping_MetadataComplete()void setMetadataComplete(java.lang.Boolean value)
Metadata Complete' attribute.
value - the new value of the 'Metadata Complete' attribute.getMetadataComplete()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
OrmPackage.getXmlTypeMapping_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Attributes getAttributes()
If the meaning of the 'Attributes' containment reference isn't clear, there really should be more of a description here...
setAttributes(Attributes),
OrmPackage.getXmlTypeMapping_Attributes()void setAttributes(Attributes value)
Attributes' containment reference.
value - the new value of the 'Attributes' containment reference.getAttributes()TextRange getClassTextRange()
TextRange getAttributesTextRange()
java.lang.String getMappingKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||