Knopflerfish OSGi 1.3.4

org.knopflerfish.ant.taskdefs.bundle
Class ArrayInt

java.lang.Object
  |
  +--java.lang.Number
        |
        +--org.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()
Specified by:
doubleValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Knopflerfish OSGi 1.3.4