Added in API level 8
Summary:
Methods
| Inherited Methods
DatatypeConstants.Field
public
static
final
class
DatatypeConstants.Field
extends Object
java.lang.Object | |
↳ | javax.xml.datatype.DatatypeConstants.Field |
Type-safe enum class that represents six fields
of the Duration
class.
Summary
Public methods | |
---|---|
int
|
getId()
Get id of this Field. |
String
|
toString()
Returns a field name in English. |
Inherited methods | |
---|---|
Public methods
toString
Added in API level 8
public String toString ()
Returns a field name in English. This method is intended to be used for debugging/diagnosis and not for display to end-users.
Returns | |
---|---|
String |
a non-null valid String constant. |