Class FeatureData


  • public class FeatureData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureData​(java.lang.String uri, int code, java.lang.String editions, java.lang.Class<?> type, java.lang.Object defaultValue)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        public java.lang.String uri
      • code

        public int code
      • editions

        public java.lang.String editions
      • type

        public java.lang.Class<?> type
      • defaultValue

        public java.lang.Object defaultValue
      • featureList

        public static java.util.List<FeatureData> featureList
    • Constructor Detail

      • FeatureData

        public FeatureData​(java.lang.String uri,
                           int code,
                           java.lang.String editions,
                           java.lang.Class<?> type,
                           java.lang.Object defaultValue)
    • Method Detail

      • init

        public static void init()