ujf.verimag.bip.cmodel
Interface CTypedElement

All Known Subinterfaces:
CArgument, CCallable, CClass, CConstructor, CCreator, CData, CEnumType, CFunction, CFunctionCall, CTypeConvertion
All Known Implementing Classes:
CArgumentImpl, CCallableImpl, CClassImpl, CConstructorImpl, CCreatorImpl, CDataImpl, CEnumTypeImpl, CFunctionCallImpl, CFunctionImpl, CTypeConvertionImpl, CTypedElementImpl

public interface CTypedElement

A representation of the model object 'CTyped Element'.

The following features are supported:

See Also:
CmodelPackage.getCTypedElement()

Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 

Method Detail

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), CmodelPackage.getCTypedElement_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

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