Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

PointOfView
Class DimensionValue  view DimensionValue download DimensionValue.java

java.lang.Object
  extended byPointOfView.DimensionValue
Direct Known Subclasses:
Date, PageRank

public abstract class DimensionValue
extends java.lang.Object


Constructor Summary
DimensionValue()
          Creates a new instance of DimensionValue
 
Method Summary
abstract  long toLong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionValue

public DimensionValue()
Creates a new instance of DimensionValue

Method Detail

toLong

public abstract long toLong()