Uses of Class
org.fa.tei.jaxb.facustomization.Join.Tense
-
Packages that use Join.Tense Package Description org.fa.tei.jaxb.facustomization -
-
Uses of Join.Tense in org.fa.tei.jaxb.facustomization
Fields in org.fa.tei.jaxb.facustomization declared as Join.Tense Modifier and Type Field Description protected Join.TenseJoin. tenseprotected Join.TenseM. tenseprotected Join.TenseW. tenseMethods in org.fa.tei.jaxb.facustomization that return Join.Tense Modifier and Type Method Description static Join.TenseJoin.Tense. fromValue(String v)Join.TenseJoin. getTense()Gets the value of the tense property.Join.TenseM. getTense()Gets the value of the tense property.Join.TenseW. getTense()Gets the value of the tense property.static Join.TenseJoin.Tense. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Tense[]Join.Tense. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fa.tei.jaxb.facustomization with parameters of type Join.Tense Modifier and Type Method Description voidJoin. setTense(Join.Tense value)Sets the value of the tense property.voidM. setTense(Join.Tense value)Sets the value of the tense property.voidW. setTense(Join.Tense value)Sets the value of the tense property.
-