uci.uml.Foundation.Data_Types
Class Uninterpreted

java.lang.Object
  |
  +--uci.uml.Foundation.Data_Types.Uninterpreted

public class Uninterpreted
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String _body
           
 
Constructor Summary
Uninterpreted(String body)
           
 
Method Summary
 String getBody()
           
 void setBody(String body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_body

public String _body
Constructor Detail

Uninterpreted

public Uninterpreted(String body)
Method Detail

getBody

public String getBody()

setBody

public void setBody(String body)