javax.xml.datatype
Class DatatypeConstants.Field
java.lang.Object
javax.xml.datatype.DatatypeConstants.Field
- Enclosing class:
- DatatypeConstants
public static final class DatatypeConstants.Field
- extends Object
Typesafe enumerated class representing the six fields of the
Duration class.
|
Method Summary |
int |
getId()
|
String |
toString()
toString creates a printable string that represents this object
for debugging purposes. |
getId
public int getId()
toString
public String toString()
- Description copied from class:
Object
- toString creates a printable string that represents this object
for debugging purposes.
The default implementation returns getClass().getName() + '@' +
Integer.toHexString(hashCode()).
- Overrides:
toString in class Object
- Returns:
- a string identifying this object.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.