Package com.regnosys.rosetta.rosetta
Interface RosettaSegmentRef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RosettaSegmentRefImpl
public interface RosettaSegmentRef
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Segment Ref'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Segment' reference.Returns the value of the 'Segment Ref' attribute.voidsetSegment(RosettaSegment value) Sets the value of the 'Segment' reference.voidsetSegmentRef(String value) Sets the value of the 'Segment Ref' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSegment
RosettaSegment getSegment()Returns the value of the 'Segment' reference.- Returns:
- the value of the 'Segment' reference.
- See Also:
-
setSegment
Sets the value of the 'Segment' reference.- Parameters:
value- the new value of the 'Segment' reference.- See Also:
-
getSegmentRef
String getSegmentRef()Returns the value of the 'Segment Ref' attribute.- Returns:
- the value of the 'Segment Ref' attribute.
- See Also:
-
setSegmentRef
Sets the value of the 'Segment Ref' attribute.- Parameters:
value- the new value of the 'Segment Ref' attribute.- See Also:
-