Uses of Class
org.gcube.spatial.data.geonetwork.iso.tpl.codelists.ResponsiblePartyRole
-
Packages that use ResponsiblePartyRole Package Description org.gcube.spatial.data.geonetwork.iso.tpl.codelists org.gcube.spatial.data.geonetwork.iso.tpl.parties -
-
Uses of ResponsiblePartyRole in org.gcube.spatial.data.geonetwork.iso.tpl.codelists
Methods in org.gcube.spatial.data.geonetwork.iso.tpl.codelists that return ResponsiblePartyRole Modifier and Type Method Description static ResponsiblePartyRoleResponsiblePartyRole. getById(String id)static ResponsiblePartyRoleResponsiblePartyRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponsiblePartyRole[]ResponsiblePartyRole. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponsiblePartyRole in org.gcube.spatial.data.geonetwork.iso.tpl.parties
Constructors in org.gcube.spatial.data.geonetwork.iso.tpl.parties with parameters of type ResponsiblePartyRole Constructor Description ResponsibleParty(String individualName, String organization, ResponsiblePartyRole role)
-