com.stackmob.sdkapi
Class SMString

java.lang.Object
  extended by com.stackmob.sdkapi.SMValue<String>
      extended by com.stackmob.sdkapi.SMString

public class SMString
extends SMValue<String>

A String value


Field Summary
 
Fields inherited from class com.stackmob.sdkapi.SMValue
value
 
Constructor Summary
SMString(String value)
          Create a new SMString
 
Method Summary
 
Methods inherited from class com.stackmob.sdkapi.SMValue
asA, equals, getValue, hashCode, isA, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMString

public SMString(String value)
Create a new SMString

Parameters:
value - the String this SMString represents


Copyright © 2012 StackMob. All Rights Reserved.