org.netbeans.modules.editor.settings.storage/1 1.33

org.netbeans.modules.editor.settings.storage.spi
Class TypedValue

java.lang.Object
  extended by org.netbeans.modules.editor.settings.storage.spi.TypedValue

public final class TypedValue
extends Object


Constructor Summary
TypedValue(String value, String javaType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getApiCategory()
           
 String getJavaType()
           
 String getValue()
           
 int hashCode()
           
 void setApiCategory(String apiCategory)
           
 void setJavaType(String javaType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypedValue

public TypedValue(String value,
                  String javaType)
Method Detail

getApiCategory

public String getApiCategory()

setApiCategory

public void setApiCategory(String apiCategory)

getJavaType

public String getJavaType()

setJavaType

public void setJavaType(String javaType)

getValue

public String getValue()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.editor.settings.storage/1 1.33

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.