|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Trait
A representation of the model object 'Trait'.
Provisional API - subject to change
The following features are supported:
MetadataPackage.getTrait()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
accept(ITraitVisitor visitor)
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider |
getSourceModelProvider()
Returns the value of the 'Source Model Provider' attribute |
org.eclipse.emf.ecore.EObject |
getValue()
Returns the value of the 'Value' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setSourceModelProvider(org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider value)
Sets the value of the ' Source Model Provider ' attribute |
void |
setValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the ' Value ' containment 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MetadataPackage.getTrait_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
org.eclipse.emf.ecore.EObject getValue()
If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...
setValue(EObject)
,
MetadataPackage.getTrait_Value()
void setValue(org.eclipse.emf.ecore.EObject value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider getSourceModelProvider()
If the meaning of the 'Source Model Provider' attribute isn't clear, there really should be more of a description here...
setSourceModelProvider(IMetaDataSourceModelProvider)
,
MetadataPackage.getTrait_SourceModelProvider()
void setSourceModelProvider(org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider value)
Source Model Provider
' attribute.
value
- the new value of the 'Source Model Provider' attribute.getSourceModelProvider()
void accept(ITraitVisitor visitor)
visitor
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |