com.russell_allen.smallworld
Class Sema

java.lang.Object
  extended by com.russell_allen.smallworld.Sema

 class Sema
extends java.lang.Object


Field Summary
private  boolean hasBeenSet
           
private  SmallObject value
           
 
Constructor Summary
Sema()
           
 
Method Summary
 SmallObject get()
           
 void set(SmallObject v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private SmallObject value

hasBeenSet

private boolean hasBeenSet
Constructor Detail

Sema

Sema()
Method Detail

get

public SmallObject get()

set

public void set(SmallObject v)