Uses of Enum
org.apache.sis.internal.storage.MetadataBuilder.PartyType
Packages that use MetadataBuilder.PartyType
Package
Description
Utility classes for the implementation of SIS storage classes.
-
Uses of MetadataBuilder.PartyType in org.apache.sis.internal.storage
Fields in org.apache.sis.internal.storage declared as MetadataBuilder.PartyTypeModifier and TypeFieldDescriptionprivate MetadataBuilder.PartyType
MetadataBuilder.partyType
Whether the next party to create should be an instance ofDefaultIndividual
orDefaultOrganisation
.Methods in org.apache.sis.internal.storage that return MetadataBuilder.PartyTypeModifier and TypeMethodDescriptionstatic MetadataBuilder.PartyType
Returns the enum constant of this type with the specified name.static MetadataBuilder.PartyType[]
MetadataBuilder.PartyType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.storage with parameters of type MetadataBuilder.PartyTypeModifier and TypeMethodDescriptionfinal void
MetadataBuilder.newParty
(MetadataBuilder.PartyType type) Commits all pending information under the "responsible party" node (author, address, etc).