|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeIdentifier
A representation of the model object 'Type Identifier'.
The following features are supported:
KExpressionsPackage.getTypeIdentifier()
Method Summary | |
---|---|
CombineOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
ValueType |
getType()
Returns the value of the 'Type' attribute. |
String |
getTypeID()
Returns the value of the 'Type ID' attribute. |
void |
setOperator(CombineOperator value)
Sets the value of the ' Operator ' attribute. |
void |
setType(ValueType value)
Sets the value of the ' Type ' attribute. |
void |
setTypeID(String value)
Sets the value of the ' Type ID ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ValueType getType()
""
.
The literals are from the enumeration ValueType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ValueType
,
setType(ValueType)
,
KExpressionsPackage.getTypeIdentifier_Type()
default | = |
void setType(ValueType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ValueType
,
getType()
String getTypeID()
If the meaning of the 'Type ID' attribute isn't clear, there really should be more of a description here...
setTypeID(String)
,
KExpressionsPackage.getTypeIdentifier_TypeID()
void setTypeID(String value)
Type ID
' attribute.
value
- the new value of the 'Type ID' attribute.getTypeID()
CombineOperator getOperator()
CombineOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
CombineOperator
,
setOperator(CombineOperator)
,
KExpressionsPackage.getTypeIdentifier_Operator()
void setOperator(CombineOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.CombineOperator
,
getOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |