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.PartyTypeMetadataBuilder.partyTypeWhether the next party to create should be an instance ofDefaultIndividualorDefaultOrganisation.Methods in org.apache.sis.internal.storage that return MetadataBuilder.PartyTypeModifier and TypeMethodDescriptionstatic MetadataBuilder.PartyTypeReturns 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 voidMetadataBuilder.newParty(MetadataBuilder.PartyType type) Commits all pending information under the "responsible party" node (author, address, etc).