| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.filetransfer.FileTransfer.Disposition | |
File disposition
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FileTransfer.Disposition | ATTACH | Attachment | |||||||||
| FileTransfer.Disposition | RENDER | Render | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Returns the value of this Disposition as an integer.
| ||||||||||
| static FileTransfer.Disposition | valueOf(String name) | ||||||||||
| static FileTransfer.Disposition |
valueOf(int value)
Returns a Disposition instance representing the specified integer value.
| ||||||||||
| final static Disposition[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns the value of this Disposition as an integer.
Returns a Disposition instance representing the specified integer value.
| value | the integer value |
|---|