$ private
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | PROVIDER_NAME | |||
character(len=:), | public, | allocatable | :: | REQUESTER_NAME | |||
character(len=:), | public, | allocatable | :: | SERVICE_NAME |
type, public :: ServiceConnectionType !!$ private character(len=:), allocatable :: SERVICE_NAME character(len=:), allocatable :: PROVIDER_NAME character(len=:), allocatable :: REQUESTER_NAME end type ServiceConnectionType