Uses of Class
net.sf.okapi.filters.xini.jaxb.PlaceHolderType
-
Packages that use PlaceHolderType Package Description net.sf.okapi.filters.xini.jaxb -
-
Uses of PlaceHolderType in net.sf.okapi.filters.xini.jaxb
Fields in net.sf.okapi.filters.xini.jaxb declared as PlaceHolderType Modifier and Type Field Description protected PlaceHolderTypeEndPlaceHolder. typeprotected PlaceHolderTypePlaceHolder. typeprotected PlaceHolderTypeStartPlaceHolder. typeMethods in net.sf.okapi.filters.xini.jaxb that return PlaceHolderType Modifier and Type Method Description static PlaceHolderTypePlaceHolderType. fromValue(String v)PlaceHolderTypeEndPlaceHolder. getType()Gets the value of the type property.PlaceHolderTypePlaceHolder. getType()Gets the value of the type property.PlaceHolderTypeStartPlaceHolder. getType()Gets the value of the type property.static PlaceHolderTypePlaceHolderType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlaceHolderType[]PlaceHolderType. 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 PlaceHolderType Modifier and Type Method Description voidEndPlaceHolder. setType(PlaceHolderType value)Sets the value of the type property.voidPlaceHolder. setType(PlaceHolderType value)Sets the value of the type property.voidStartPlaceHolder. setType(PlaceHolderType value)Sets the value of the type property.
-