Modifier and Type | Field and Description |
---|---|
protected List<String> |
attributeNames
Names of the attributes of the class.
|
protected String |
className
Name of the deserialized class.
|
protected int |
type
Type of the class.
|
Constructor and Description |
---|
ClassReference(String className,
int type,
List<String> attributeNames)
Create new information about a class.
|
protected String className
protected int type
Copyright © 2006-2012 The Red5 Project