org.eclipse.uml2.uml
Interface BodyOwner

All Known Subinterfaces:
FunctionBehavior, OpaqueAction, OpaqueBehavior, OpaqueExpression

public interface BodyOwner

Common protocol for elements that own body (and language) strings.

Since:
5.0

Method Summary
 org.eclipse.emf.common.util.EList<java.lang.String> getBodies()
          Returns the value of the 'Body' attribute list.
 org.eclipse.emf.common.util.EList<java.lang.String> getLanguages()
          Returns the value of the 'Language' attribute list.
 

Method Detail

getBodies

org.eclipse.emf.common.util.EList<java.lang.String> getBodies()
Returns the value of the 'Body' attribute list. The list contents are of type String.

Returns:
the value of the 'Body' attribute list.

getLanguages

org.eclipse.emf.common.util.EList<java.lang.String> getLanguages()
Returns the value of the 'Language' attribute list. The list contents are of type String.

Returns:
the value of the 'Language' attribute list.

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.