to top
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.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.