Class MetadataObjectImpl
java.lang.Object
io.jmix.core.metamodel.model.impl.MetadataObjectImpl
- All Implemented Interfaces:
 MetadataObject
- Direct Known Subclasses:
 DynAttrMetaProperty,KeyValueMetaClass,KeyValueMetaProperty,MetaClassImpl,MetaPropertyImpl
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
name
 - 
annotations
 
 - 
 - 
Constructor Details
- 
MetadataObjectImpl
public MetadataObjectImpl() 
 - 
 - 
Method Details
- 
getName
Description copied from interface:MetadataObjectMetadataObject unique name.- Specified by:
 getNamein interfaceMetadataObject
 - 
getAnnotations
Description copied from interface:MetadataObjectMetadataObject annotations. Annotations here are simply name-value pairs, not directly correlated with Java annotations.- Specified by:
 getAnnotationsin interfaceMetadataObject
 
 -