| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRealValue
Represents a real value.
| Method Summary | |
|---|---|
 IRealValue | 
clone(Map<Object,Object> cloneMap)
Override to specialize return type  | 
| Methods inherited from interface edu.ksu.cis.projects.bogor.module.value.IValue | 
|---|
equals, getType, getTypeId, hashCode, toString, validate | 
| Methods inherited from interface edu.ksu.cis.projects.bogor.util.Disposable | 
|---|
dispose | 
| Methods inherited from interface java.lang.Comparable | 
|---|
compareTo | 
| Method Detail | 
|---|
IRealValue clone(Map<Object,Object> cloneMap)
clone in interface IPrimitiveValueclone in interface IValuecloneMap - Original values (IValue) to their clones (
            IValue) mapping. The clone map to solve
            circular references in values. If this value is a key in the
            map, then this method returns the value of the key in the map.
            Must be non-null.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||