Package com._1c.g5.v8.dt.metadata
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
FieldsModifier and TypeFieldDescriptionstatic 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
Name of annotation that represents class of metadata objects in terms of V8.- See Also:
-
MD_PROPERTY
Name of annotation that represents properties of metadata object in terms of V8.- See Also:
-
MD_ENUM
Name of annotation that represents class of metadata enums in terms of V8.- See Also:
-
EXTERNAL_PROPERTY
Name of annotation that represents external properties of metadata object in terms of V8.- See Also:
-