Knopflerfish OSGi 1.3.3

org.knopflerfish.ant.taskdefs.bundle
Class ArrayInt

java.lang.Object
  extended byjava.lang.Number
      extended byorg.knopflerfish.ant.taskdefs.bundle.ArrayInt
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ArrayInt
extends java.lang.Number
implements java.lang.Comparable

See Also:
Serialized Form

Field Summary
static java.lang.String UNDEF
           
 
Constructor Summary
ArrayInt()
           
ArrayInt(java.lang.String s)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 void parseDotString(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDEF

public static java.lang.String UNDEF
Constructor Detail

ArrayInt

public ArrayInt()

ArrayInt

public ArrayInt(java.lang.String s)
Method Detail

parseDotString

public void parseDotString(java.lang.String s)

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

doubleValue

public double doubleValue()

floatValue

public float floatValue()

intValue

public int intValue()

longValue

public long longValue()

toString

public java.lang.String toString()

Knopflerfish OSGi 1.3.3