public class FbxElement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<FbxElement> |
children |
java.lang.String |
id |
java.util.List<java.lang.Object> |
properties |
char[] |
propertiesTypes |
Constructor and Description |
---|
FbxElement(int propsCount) |
Modifier and Type | Method and Description |
---|---|
FbxElement |
getChildById(java.lang.String name) |
java.util.List<FbxElement> |
getFbxProperties() |
java.lang.String |
toString() |
public java.lang.String id
public java.util.List<java.lang.Object> properties
public char[] propertiesTypes
public java.util.List<FbxElement> children
public FbxElement getChildById(java.lang.String name)
public java.util.List<FbxElement> getFbxProperties()
public java.lang.String toString()
toString
in class java.lang.Object