列挙 DateTimePropertyEditor.MinIntereval

java.lang.Object
java.lang.Enum<DateTimePropertyEditor.MinIntereval>
org.iplass.mtp.view.generic.editor.DateTimePropertyEditor.MinIntereval
すべての実装されたインタフェース:
java.io.Serializable, java.lang.Comparable<DateTimePropertyEditor.MinIntereval>, java.lang.constant.Constable
含まれているクラス:
DateTimePropertyEditor

public static enum DateTimePropertyEditor.MinIntereval
extends java.lang.Enum<DateTimePropertyEditor.MinIntereval>
分の表示間隔
 _1MIN :1分毎
 _5MIN :5分毎
 _10MIN:10分毎
 _15MIN:15分毎
 _30MIN:30分毎
 
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • 列挙型定数の概要

    列挙定数 
    列挙型定数 説明
    _10MIN  
    _15MIN  
    _1MIN  
    _30MIN  
    _5MIN  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static int toInt​(DateTimePropertyEditor.MinIntereval val)
    Enum値を数値に変換します。
    static DateTimePropertyEditor.MinIntereval valueOf​(java.lang.String name)
    指定した名前を持つこの型の列挙型定数を返します。
    static DateTimePropertyEditor.MinIntereval[] values()
    この列挙型の定数を含む配列を宣言されている順序で 返します。

    クラスから継承されたメソッド java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    クラスから継承されたメソッド java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait