TPTP 4.4.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.wsdm.tooling.model.addressing
Interface AttributedUnsignedLongType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AttributedUnsignedLongTypeImpl

public interface AttributedUnsignedLongType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Attributed Unsigned Long Type'.

The following features are supported:

See Also:
AddressingPackage.getAttributedUnsignedLongType()
Generated
[EMF] Model
extendedMetaData="name='AttributedUnsignedLongType' kind='simple'"

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.math.BigInteger getValue()
          Returns the value of the 'Value' attribute
 void setValue(java.math.BigInteger value)
          Sets the value of the 'Value' attribute
 
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
 

Method Detail

getValue

public java.math.BigInteger getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(BigInteger), AddressingPackage.getAttributedUnsignedLongType_Value()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.UnsignedLong" extendedMetaData="name=':0' kind='simple'"

setValue

public void setValue(java.math.BigInteger value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated

getAnyAttribute

public org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
AddressingPackage.getAttributedUnsignedLongType_AnyAttribute()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='attributeWildcard' wildcards='##other' name=':1' processing='lax'"

TPTP 4.4.0 Monitoring Tools Project
Public API Specification