public class TripleString extends Object implements Comparable<TripleString>
Modifier and Type | Field and Description |
---|---|
static int |
CLASS |
static int |
DESCRIPTION |
static int |
ELEMENTS |
static int |
NAME |
static char |
SEP |
Constructor and Description |
---|
TripleString(String className,
String nameAndDescription) |
TripleString(String name,
String className,
String description)
Creates a new instance of TripleString
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TripleString obj) |
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getDescription() |
static int |
getFirstItemWithClass(List<TripleString> tripleListObjects,
String className) |
String |
getStr(int index) |
static List<TripleString> |
getTripleList(String bundlePath,
Options options,
boolean includeEmpty,
boolean sorted,
boolean lookInUserDir) |
void |
setStr(int index,
String s) |
String |
toString() |
public static final int ELEMENTS
public static final int NAME
public static final int CLASS
public static final int DESCRIPTION
public static final char SEP
public TripleString(String name, String className, String description)
public String getStr(int index)
public void setStr(int index, String s)
public String getDescription()
public String getClassName()
public static int getFirstItemWithClass(List<TripleString> tripleListObjects, String className)
public static List<TripleString> getTripleList(String bundlePath, Options options, boolean includeEmpty, boolean sorted, boolean lookInUserDir) throws Exception
Exception
public int compareTo(TripleString obj)
compareTo
in interface Comparable<TripleString>
Copyright © 2004-15 Francesc Busquets (fbusquets@xtec.cat) & Departament d'Educació de la Generalitat de Catalunya (info@xtec.cat)
Licensed under the terms of the GNU General Public License.