Class PropInfo


  • public final class PropInfo
    extends Object
    • Constructor Detail

      • PropInfo

        public PropInfo​(String name,
                        int type,
                        Value[] values)
      • PropInfo

        public PropInfo​(String name,
                        int type,
                        Value value)
    • Method Detail

      • getName

        public String getName()
      • getType

        public int getType()
      • getValue

        public Value getValue()
      • getValues

        public Value[] getValues()
      • isMultiple

        public boolean isMultiple()