com.threerings.tudey.config
Class TagConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.TagConfig
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
@Strippable
public class TagConfig
- extends DeepObject
- implements Exportable, com.threerings.io.Streamable
Tag configuration
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Method Summary |
int |
getLength()
Calculates the total number of tags. |
String[] |
getTags()
Returns the complete array. |
tags
@Editable
public String[] tags
- The base tag array.
derived
@Editable(editor="getPath",
nullable=true)
public TagConfig derived
- The derived tag config.
TagConfig
public TagConfig()
getTags
public String[] getTags()
- Returns the complete array.
getLength
public int getLength()
- Calculates the total number of tags.
Copyright © 2011. All Rights Reserved.