Uses of Class
net.sf.okapi.filters.xini.jaxb.ElementType
-
Packages that use ElementType Package Description net.sf.okapi.filters.xini.jaxb -
-
Uses of ElementType in net.sf.okapi.filters.xini.jaxb
Fields in net.sf.okapi.filters.xini.jaxb declared as ElementType Modifier and Type Field Description protected ElementTypeElement. elementTypeMethods in net.sf.okapi.filters.xini.jaxb that return ElementType Modifier and Type Method Description static ElementTypeElementType. fromValue(String v)ElementTypeElement. getElementType()Gets the value of the elementType property.static ElementTypeElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementType[]ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.filters.xini.jaxb with parameters of type ElementType Modifier and Type Method Description voidElement. setElementType(ElementType value)Sets the value of the elementType property.
-