Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

DatatypeConstants.Field

extends Object
java.lang.Object
   ↳ javax.xml.datatype.DatatypeConstants.Field

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getId ()

Added in API level 8

Get id of this Field.

Returns
  • Id of field.

public String toString ()

Added in API level 8

Returns a field name in English. This method is intended to be used for debugging/diagnosis and not for display to end-users.

Returns
  • a non-null valid String constant.