Uses of Class
org.n52.series.db.beans.sta.RolePartyCode
-
Packages that use RolePartyCode Package Description org.n52.series.db.beans.sta -
-
Uses of RolePartyCode in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return RolePartyCode Modifier and Type Method Description RolePartyCodePartyEntity. getRole()static RolePartyCodeRolePartyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RolePartyCode[]RolePartyCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.series.db.beans.sta that return types with arguments of type RolePartyCode Modifier and Type Method Description static Set<RolePartyCode>RolePartyCode. convert(Collection<String> values)Methods in org.n52.series.db.beans.sta with parameters of type RolePartyCode Modifier and Type Method Description PartyEntityPartyEntity. setRole(RolePartyCode role)
-