Uses of Class
javax.xml.datatype.DatatypeConstants.Field
Packages that use DatatypeConstants.Field
-
Uses of DatatypeConstants.Field in javax.xml.datatype
Fields in javax.xml.datatype declared as DatatypeConstants.FieldModifier and TypeFieldDescriptionstatic DatatypeConstants.FieldDatatypeConstants.DAYSA constant that represents the days field.static DatatypeConstants.FieldDatatypeConstants.HOURSA constant that represents the hours field.static DatatypeConstants.FieldDatatypeConstants.MINUTESA constant that represents the minutes field.static DatatypeConstants.FieldDatatypeConstants.MONTHSA constant that represents the months field.static DatatypeConstants.FieldDatatypeConstants.SECONDSA constant that represents the seconds field.static DatatypeConstants.FieldDatatypeConstants.YEARSA constant that represents the years field.Methods in javax.xml.datatype with parameters of type DatatypeConstants.FieldModifier and TypeMethodDescriptionabstract NumberDuration.getField(DatatypeConstants.Field field)Gets the value of a field.abstract booleanDuration.isSet(DatatypeConstants.Field field)Checks if a field is set.