Interface IMdAnnotations


  • public interface IMdAnnotations
    Annotations of metadata model classes. Clients may use for convenience.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String EXTERNAL_PROPERTY
      Name of annotation that represents external properties of metadata object in terms of V8.
      static String MD_CLASS
      Name of annotation that represents class of metadata objects in terms of V8.
      static String MD_ENUM
      Name of annotation that represents class of metadata enums in terms of V8.
      static String MD_PROPERTY
      Name of annotation that represents properties of metadata object in terms of V8.
    • Field Detail

      • MD_CLASS

        static final String MD_CLASS
        Name of annotation that represents class of metadata objects in terms of V8.
        See Also:
        Constant Field Values
      • MD_PROPERTY

        static final String MD_PROPERTY
        Name of annotation that represents properties of metadata object in terms of V8.
        See Also:
        Constant Field Values
      • MD_ENUM

        static final String MD_ENUM
        Name of annotation that represents class of metadata enums in terms of V8.
        See Also:
        Constant Field Values
      • EXTERNAL_PROPERTY

        static final String EXTERNAL_PROPERTY
        Name of annotation that represents external properties of metadata object in terms of V8.
        See Also:
        Constant Field Values