Uses of Class
net.sf.okapi.filters.xini.jaxb.ValuePair
-
Packages that use ValuePair Package Description net.sf.okapi.filters.xini.jaxb -
-
Uses of ValuePair in net.sf.okapi.filters.xini.jaxb
Fields in net.sf.okapi.filters.xini.jaxb with type parameters of type ValuePair Modifier and Type Field Description protected List<ValuePair>FileInfo. valuePairprotected List<ValuePair>JobInfo. valuePairMethods in net.sf.okapi.filters.xini.jaxb that return ValuePair Modifier and Type Method Description ValuePairObjectFactory. createValuePair()Create an instance ofValuePairMethods in net.sf.okapi.filters.xini.jaxb that return types with arguments of type ValuePair Modifier and Type Method Description List<ValuePair>FileInfo. getValuePair()Gets the value of the valuePair property.List<ValuePair>JobInfo. getValuePair()Gets the value of the valuePair property.
-