liquibase.change
Class ColumnConfig.ValueNumeric

java.lang.Object
  extended by java.lang.Number
      extended by liquibase.change.ColumnConfig.ValueNumeric
All Implemented Interfaces:
Serializable
Enclosing class:
ColumnConfig

public static class ColumnConfig.ValueNumeric
extends Number

See Also:
Serialized Form

Method Summary
 double doubleValue()
           
 boolean equals(Object obj)
           
 float floatValue()
           
 Number getDelegate()
           
 int hashCode()
           
 int intValue()
           
 long longValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getDelegate

public Number getDelegate()


Copyright © 2016 Liquibase.org. All rights reserved.