flexjson
Class TypeContext

java.lang.Object
  extended by flexjson.TypeContext

public class TypeContext
extends Object


Constructor Summary
TypeContext(BasicType basicType)
           
 
Method Summary
 void decrement()
           
 BasicType getBasicType()
           
 String getPropertyName()
           
 void increment()
           
 boolean isFirst()
           
 void setBasicType(BasicType basicType)
           
 void setPropertyName(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeContext

public TypeContext(BasicType basicType)
Method Detail

getBasicType

public BasicType getBasicType()

setBasicType

public void setBasicType(BasicType basicType)

isFirst

public boolean isFirst()

decrement

public void decrement()

increment

public void increment()

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)


Copyright © 2014. All Rights Reserved.