Class Resources.IntProp

  • Enclosing class:
    Resources

    public static class Resources.IntProp
    extends Resources.Prop
    Integer property instance.
    • Field Detail

      • defaultValue

        private final int defaultValue
    • Method Detail

      • get

        public int get()
        Returns the value of this integer property.
      • get

        public int get​(int defaultValue)
        Returns the value of this integer property, returning the given default value if the property is not set.
      • defaultValue

        public int defaultValue()