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
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
annotations
-
-
Constructor Details
-
MetadataObjectImpl
public MetadataObjectImpl()
-
-
Method Details
-
getName
Description copied from interface:MetadataObject
MetadataObject unique name.- Specified by:
getName
in interfaceMetadataObject
-
getAnnotations
Description copied from interface:MetadataObject
MetadataObject annotations. Annotations here are simply name-value pairs, not directly correlated with Java annotations.- Specified by:
getAnnotations
in interfaceMetadataObject
-