Package com._1c.g5.v8.dt.metadata
Interface IMdAnnotations
- 
 public interface IMdAnnotationsAnnotations 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 SummaryFields Modifier and Type Field Description static StringEXTERNAL_PROPERTYName of annotation that represents external properties of metadata object in terms of V8.static StringMD_CLASSName of annotation that represents class of metadata objects in terms of V8.static StringMD_ENUMName of annotation that represents class of metadata enums in terms of V8.static StringMD_PROPERTYName of annotation that represents properties of metadata object in terms of V8.
 
- 
- 
- 
Field Detail- 
MD_CLASSstatic final String MD_CLASS Name of annotation that represents class of metadata objects in terms of V8.- See Also:
- Constant Field Values
 
 - 
MD_PROPERTYstatic final String MD_PROPERTY Name of annotation that represents properties of metadata object in terms of V8.- See Also:
- Constant Field Values
 
 - 
MD_ENUMstatic final String MD_ENUM Name of annotation that represents class of metadata enums in terms of V8.- See Also:
- Constant Field Values
 
 - 
EXTERNAL_PROPERTYstatic final String EXTERNAL_PROPERTY Name of annotation that represents external properties of metadata object in terms of V8.- See Also:
- Constant Field Values
 
 
- 
 
-