com.aneeshpu.dpdeppop.schema
Class NameValue

java.lang.Object
  extended by com.aneeshpu.dpdeppop.schema.NameValue

public class NameValue
extends Object


Method Summary
static NameValue createAutoIncrement()
           
 boolean equals(Object o)
           
 String formattedName()
           
 String formattedNameWithoutTrailingComma()
           
 String formattedValue()
           
 String formattedValueWithoutTrailingComma()
           
 int hashCode()
           
 boolean isAssigned()
           
 String name()
           
 String toString()
           
 Object value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

value

public Object value()

name

public String name()

createAutoIncrement

public static NameValue createAutoIncrement()

formattedValue

public String formattedValue()

formattedValueWithoutTrailingComma

public String formattedValueWithoutTrailingComma()

formattedName

public String formattedName()

formattedNameWithoutTrailingComma

public String formattedNameWithoutTrailingComma()

isAssigned

public boolean isAssigned()


Copyright © 2013. All Rights Reserved.