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 final String
    Name of annotation that represents external properties of metadata object in terms of V8.
    static final String
    Name of annotation that represents class of metadata objects in terms of V8.
    static final String
    Name of annotation that represents class of metadata enums in terms of V8.
    static final String
    Name of annotation that represents properties of metadata object in terms of V8.
  • Field Details

    • MD_CLASS

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

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

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

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