Uses of Class
org.fa.tei.jaxb.facustomization.Join.Construction
-
Packages that use Join.Construction Package Description org.fa.tei.jaxb.facustomization -
-
Uses of Join.Construction in org.fa.tei.jaxb.facustomization
Fields in org.fa.tei.jaxb.facustomization declared as Join.Construction Modifier and Type Field Description protected Join.ConstructionJoin. constructionprotected Join.ConstructionM. constructionprotected Join.ConstructionW. constructionMethods in org.fa.tei.jaxb.facustomization that return Join.Construction Modifier and Type Method Description static Join.ConstructionJoin.Construction. fromValue(String v)Join.ConstructionJoin. getConstruction()Gets the value of the construction property.Join.ConstructionM. getConstruction()Gets the value of the construction property.Join.ConstructionW. getConstruction()Gets the value of the construction property.static Join.ConstructionJoin.Construction. valueOf(String name)Returns the enum constant of this type with the specified name.static Join.Construction[]Join.Construction. 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.Construction Modifier and Type Method Description voidJoin. setConstruction(Join.Construction value)Sets the value of the construction property.voidM. setConstruction(Join.Construction value)Sets the value of the construction property.voidW. setConstruction(Join.Construction value)Sets the value of the construction property.
-