Interface Meta


  • public interface Meta
    The Metadata interface provides access to the properties that underly a Configurable interface. Any Configurable interface can implement this interface. The interface provides the annotations that can be used to create metatype objects. @ConsumerInterface
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Meta.AD
      The AD element in the Metatype specification.
      static interface  Meta.OCD
      The OCD Annotation maps to the OCD element in the Metatype specification.
      static class  Meta.Type  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NULL
      Constant NULL for default usage
    • Field Detail

      • NULL

        static final java.lang.String NULL
        Constant NULL for default usage
        See Also:
        Constant Field Values