Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
Modifier and Type | Field and Description |
---|---|
static AddressPresentation |
AddressPresentation.ADDRESS_NOT_AVAILABLE
The ADDRESS_NOT_AVAILABLE value indicates that the address
is not available for presentation.
|
static AddressPresentation |
AddressPresentation.ALLOWED
The ALLOWED value indicates that the address presentation
is allowed.
|
static AddressPresentation |
AddressPresentation.RESTRICTED
The RESTRICTED value indicates that the address presentation
is restricted.
|
static AddressPresentation |
AddressPresentation.UNDEFINED
The UNDEFINED value indicates that the address presentation
is undefined.
|
Modifier and Type | Method and Description |
---|---|
static AddressPresentation |
AddressPresentation.fromInt(int value)
Get an
AddressPresentation object from an integer value. |
static AddressPresentation |
AddressPresentation.fromString(String value)
Get an
AddressPresentation object from a string value. |
AddressPresentation |
Address.getAddressPresentation()
Get the optional address presentation attribute for the address.
|
Constructor and Description |
---|
Address(AddressPlan addressPlan,
String addressString,
AddressPresentation addressPresentation,
AddressScreening addressScreening,
String subAddressString,
String addressName)
Create a new
Address using an address plan, an address string, an
additional optional attributes. |