kr.co.hit.live.web.flex.io.amf
Class ObjectTraits

java.lang.Object
  extended by kr.co.hit.live.web.flex.io.amf.ObjectTraits

public class ObjectTraits
extends Object

ActionScript Object의 Traits 정보를 저장하는 클래스이다.

Author:
김형도

Field Summary
static int DYNAMIC_TRAITS
           
static int EXTERNAL_TRAITS
           
static int STATIC_TRAITS
           
 
Constructor Summary
ObjectTraits(String cname, int type)
           
ObjectTraits(String cname, int type, List<String> props)
           
 
Method Summary
 void addPropertyName(String name)
           
 boolean equals(Object obj)
           
 String getClassName()
           
 String getPropertyName(int i)
           
 int getType()
           
 int length()
           
 void setType(int type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATIC_TRAITS

public static int STATIC_TRAITS

EXTERNAL_TRAITS

public static int EXTERNAL_TRAITS

DYNAMIC_TRAITS

public static int DYNAMIC_TRAITS
Constructor Detail

ObjectTraits

public ObjectTraits(String cname,
                    int type)

ObjectTraits

public ObjectTraits(String cname,
                    int type,
                    List<String> props)
Method Detail

getType

public int getType()

setType

public void setType(int type)

length

public int length()

getClassName

public String getClassName()

addPropertyName

public void addPropertyName(String name)

getPropertyName

public String getPropertyName(int i)

toString

public String toString()
Overrides:
toString in class Object

equals

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


Copyright © 2014. All Rights Reserved.