flexjson
Class TypeContext

java.lang.Object
  extended by flexjson.TypeContext

public class TypeContext
extends Object


Constructor Summary
TypeContext(BasicType basicType)
           
 
Method Summary
 BasicType getBasicType()
           
 String getPropertyName()
           
 boolean isFirst()
           
 void setBasicType(BasicType basicType)
           
 void setFirst(boolean first)
           
 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()

setFirst

public void setFirst(boolean first)

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)


Copyright © 2010. All Rights Reserved.