|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BooleanType
A representation of the model object 'Boolean Type'.
The following features are supported:
OgmlPackage.getBooleanType()
extendedMetaData | = | "name='boolean.type' |
kind | = | 'empty'" |
Method Summary | |
---|---|
String |
getName()
Returns the value of the 'Name' attribute. |
BoolIntType |
getValue()
Returns the value of the 'Value' attribute. |
boolean |
isSetValue()
Returns whether the value of the ' Value ' attribute is set. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setValue(BoolIntType value)
Sets the value of the ' Value ' attribute. |
void |
unsetValue()
Unsets the value of the ' Value ' 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 |
---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
OgmlPackage.getBooleanType_Name()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
extendedMetaData | = | "kind='attribute' |
name | = | 'name' |
namespace | = | '##targetNamespace'" |
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
BoolIntType getValue()
BoolIntType
.
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
BoolIntType
,
isSetValue()
,
unsetValue()
,
setValue(BoolIntType)
,
OgmlPackage.getBooleanType_Value()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'value' |
namespace | = | '##targetNamespace'" |
void setValue(BoolIntType value)
Value
' attribute.
value
- the new value of the 'Value' attribute.BoolIntType
,
isSetValue()
,
unsetValue()
,
getValue()
void unsetValue()
Value
' attribute.
isSetValue()
,
getValue()
,
setValue(BoolIntType)
boolean isSetValue()
Value
' attribute is set.
unsetValue()
,
getValue()
,
setValue(BoolIntType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |