TPTP 4.3.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.wsdm.tooling.model.capabilities
Interface Property

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PropertyImpl

public interface Property
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Property'.

The following features are supported:

See Also:
CapabilitiesPackage.getProperty()
Generated
[EMF] Model

Method Summary
 org.eclipse.xsd.XSDElementDeclaration getElement()
          Returns the value of the 'Element' reference
 PropertyType getMetaData()
          Returns the value of the 'Meta Data' reference
 void setElement(org.eclipse.xsd.XSDElementDeclaration value)
          Sets the value of the 'Element' reference
 void setMetaData(PropertyType value)
          Sets the value of the 'Meta Data' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getElement

public org.eclipse.xsd.XSDElementDeclaration getElement()
Returns the value of the 'Element' reference.

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

Returns:
the value of the 'Element' reference.
See Also:
setElement(XSDElementDeclaration), CapabilitiesPackage.getProperty_Element()
Generated
[EMF] Model

setElement

public void setElement(org.eclipse.xsd.XSDElementDeclaration value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()
Generated

getMetaData

public PropertyType getMetaData()
Returns the value of the 'Meta Data' reference.

If the meaning of the 'Meta Data' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Data' reference.
See Also:
setMetaData(PropertyType), CapabilitiesPackage.getProperty_MetaData()
Generated
[EMF] Model

setMetaData

public void setMetaData(PropertyType value)
Sets the value of the 'Meta Data' reference.

Parameters:
value - the new value of the 'Meta Data' reference.
See Also:
getMetaData()
Generated

TPTP 4.3.0 Monitoring Tools Project
Public API Specification