org.openxma.dsl.dom.model
Interface Property

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.eclipse.emf.common.notify.Notifier, org.openxma.dsl.core.model.ReferenceableByXmadslVariable
All Known Implementing Classes:
PropertyImpl

public interface Property
extends org.openxma.dsl.core.model.ReferenceableByXmadslVariable, org.openxma.dsl.core.model.IDocumentable

A representation of the model object 'Property'.

The following features are supported:

See Also:
DomPackage.getProperty()

Method Summary
 String getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 org.openxma.dsl.core.model.SimpleType getType()
          Returns the value of the 'Type' reference.
 void setDefaultValue(String value)
          Sets the value of the 'Default Value' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setType(org.openxma.dsl.core.model.SimpleType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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

getType

org.openxma.dsl.core.model.SimpleType getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(SimpleType), DomPackage.getProperty_Type()

setType

void setType(org.openxma.dsl.core.model.SimpleType value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getProperty_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDefaultValue

String getDefaultValue()
Returns the value of the 'Default Value' attribute.

If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), DomPackage.getProperty_DefaultValue()

setDefaultValue

void setDefaultValue(String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()


Copyright © 2013. All Rights Reserved.