Package io.jmix.core.metamodel.model
Interface MetadataObject
- All Known Subinterfaces:
MetaClass
,MetaProperty
- All Known Implementing Classes:
DynAttrMetaProperty
,KeyValueMetaClass
,KeyValueMetaProperty
,MetaClassImpl
,MetadataObjectImpl
,MetaPropertyImpl
public interface MetadataObject
Ancestor of main metadata objects:
MetaClass
and MetaProperty
-
Method Summary
-
Method Details
-
getName
String getName()MetadataObject unique name. -
getAnnotations
MetadataObject annotations. Annotations here are simply name-value pairs, not directly correlated with Java annotations.
-