EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface Type

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
TypeImpl

public interface Type
extends NamedModelElementWithId

A representation of the model object 'Type'.

The following features are supported:

See Also:
ModelPackage.getType()

Method Summary
 Object getTypeHolder()
          Returns the value of the 'Type Holder' attribute
 String getTypeHolderClassName()
          Returns the value of the 'Type Holder Class Name' attribute
 void setTypeHolder(Object value)
          Sets the value of the 'Type Holder' attribute
 void setTypeHolderClassName(String value)
          Sets the value of the 'Type Holder Class Name' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getTypeHolderClassName

String getTypeHolderClassName()
Returns the value of the 'Type Holder Class Name' attribute.

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

Returns:
the value of the 'Type Holder Class Name' attribute.
See Also:
setTypeHolderClassName(String), ModelPackage.getType_TypeHolderClassName()

setTypeHolderClassName

void setTypeHolderClassName(String value)
Sets the value of the 'Type Holder Class Name' attribute.

Parameters:
value - the new value of the 'Type Holder Class Name' attribute.
See Also:
getTypeHolderClassName()

getTypeHolder

Object getTypeHolder()
Returns the value of the 'Type Holder' attribute.

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

Returns:
the value of the 'Type Holder' attribute.
See Also:
setTypeHolder(Object), ModelPackage.getType_TypeHolder()

setTypeHolder

void setTypeHolder(Object value)
Sets the value of the 'Type Holder' attribute.

Parameters:
value - the new value of the 'Type Holder' attribute.
See Also:
getTypeHolder()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.