| Package | Description |
|---|---|
| com.orchestranetworks.addon.igov.enumerations |
Enumeration classes for the services API.
|
| com.orchestranetworks.addon.igov.services |
Provides APIs to execute the {addon.label} services.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.parse(String serviceType)
Returns
ServiceType from the serviceType. |
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
Service.getServiceType() |
| Modifier and Type | Method and Description |
|---|---|
static Service |
IGovServiceFactory.getService(ServiceType serviceType)
Returns the
Service associated with the ServiceType. |