Package org.rspeer.commons.wiki
Class ItemVariation
- java.lang.Object
-
- org.rspeer.commons.wiki.ItemVariation
-
public class ItemVariation extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ItemDefinition>
getDefinitions()
int[]
getIds()
String
getName()
-
-
-
Method Detail
-
getName
public String getName()
-
getIds
public int[] getIds()
-
getDefinitions
public List<ItemDefinition> getDefinitions()
-
-