Uses of Class
it.geosolutions.geoserver.rest.encoder.authorityurl.AuthorityURLInfo
-
Packages that use AuthorityURLInfo Package Description it.geosolutions.geoserver.rest.encoder.authorityurl -
-
Uses of AuthorityURLInfo in it.geosolutions.geoserver.rest.encoder.authorityurl
Methods in it.geosolutions.geoserver.rest.encoder.authorityurl that return AuthorityURLInfo Modifier and Type Method Description static AuthorityURLInfoAuthorityURLInfo. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthorityURLInfo[]AuthorityURLInfo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.geosolutions.geoserver.rest.encoder.authorityurl with parameters of type AuthorityURLInfo Modifier and Type Method Description protected booleanGSAuthorityURLInfoEncoder. delMember(AuthorityURLInfo type)Deletes an AuthorityURLInfo memberprotected java.lang.StringGSAuthorityURLInfoEncoder. getMember(AuthorityURLInfo type)Get the value of the AuthorityURLInfo memberprotected voidGSAuthorityURLInfoEncoder. setMember(AuthorityURLInfo type, java.lang.String value)Set an AuthorityURLInfo member (name, href)
-