API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.xml.datatype.
DatatypeConstants.Field
View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
Object
DatatypeConstants.Field
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class DatatypeConstants.Field
Type-safe enum class that represents six fields of the
Duration
class.
Type-safe enum class that represents six fields
of the
Duration
class.
See also:
Constructors
private
DatatypeConstants.Field
(
String
str,
int
id)
Construct a
Field
with specified values.
Construct a
Field
with specified values.
Parameters:
-
str
-
String
representation of
Field
-
id
-
int
representation of
Field
Methods
Hide/Show inherited methods
public
int
getId
()
Get id of this Field.
Get id of this Field.
Returns:
Id of field.
public
String
toString
()
Returns a field name in English.
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.
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar