Uses of Class
org.fa.tei.jaxb.facustomization.Join.Case
-
Packages that use Join.Case Package Description org.fa.tei.jaxb.facustomization -
-
Uses of Join.Case in org.fa.tei.jaxb.facustomization
Fields in org.fa.tei.jaxb.facustomization declared as Join.Case Modifier and Type Field Description protected Join.CaseJoin. _caseprotected Join.CaseM. _caseprotected Join.CaseW. _caseMethods in org.fa.tei.jaxb.facustomization that return Join.Case Modifier and Type Method Description static Join.CaseJoin.Case. fromValue(String v)Join.CaseJoin. getCase()Gets the value of the case property.Join.CaseM. getCase()Gets the value of the case property.Join.CaseW. getCase()Gets the value of the case property.static Join.CaseJoin.Case. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Case[]Join.Case. 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.Case Modifier and Type Method Description voidJoin. setCase(Join.Case value)Sets the value of the case property.voidM. setCase(Join.Case value)Sets the value of the case property.voidW. setCase(Join.Case value)Sets the value of the case property.
-