クラス
javax.xml.datatype.DatatypeConstants.Fieldの使用
DatatypeConstants.Fieldを使用するパッケージ
-
javax.xml.datatypeでのDatatypeConstants.Fieldの使用
DatatypeConstants.Fieldとして宣言されたjavax.xml.datatypeのフィールド修飾子と型フィールド説明static final DatatypeConstants.FieldDatatypeConstants.DAYS日フィールドを表す定数です。static final DatatypeConstants.FieldDatatypeConstants.HOURS時間フィールドを表す定数です。static final DatatypeConstants.FieldDatatypeConstants.MINUTES分フィールドを表す定数です。static final DatatypeConstants.FieldDatatypeConstants.MONTHS月フィールドを表す定数です。static final DatatypeConstants.FieldDatatypeConstants.SECONDS秒フィールドを表す定数です。static final DatatypeConstants.FieldDatatypeConstants.YEARS年フィールドを表す定数です。型DatatypeConstants.Fieldのパラメータを持つjavax.xml.datatypeのメソッド修飾子と型メソッド説明abstract NumberDuration.getField(DatatypeConstants.Field field) フィールドの値を取得します。abstract booleanDuration.isSet(DatatypeConstants.Field field) フィールドが設定されているかどうかをチェックします。