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