|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressPresentation | |
|---|---|
| javax.slee | |
| Uses of AddressPresentation in javax.slee |
|---|
| Fields in javax.slee declared as AddressPresentation | |
|---|---|
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. |
| Methods in javax.slee that return AddressPresentation | |
|---|---|
static AddressPresentation |
AddressPresentation.fromInt(int value)
Get an AddressPresentation object from an integer value. |
static AddressPresentation |
AddressPresentation.fromString(java.lang.String value)
Get an AddressPresentation object from a string value. |
AddressPresentation |
Address.getAddressPresentation()
Get the optional address presentation attribute for the address. |
| Constructors in javax.slee with parameters of type AddressPresentation | |
|---|---|
Address(AddressPlan addressPlan,
java.lang.String addressString,
AddressPresentation addressPresentation,
AddressScreening addressScreening,
java.lang.String subAddressString,
java.lang.String addressName)
Create a new Address using an address plan, an address string, an
additional optional attributes. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||