Interface IMetaObjectMember
- All Known Subinterfaces:
IMetaAssociation,IMetaPrimitive
public interface IMetaObjectMember
Shared superinterface for attributes and associations as members of entities.
- Since:
- Mendix 11.12
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier of the modeled member which is the base of this member type.getName()Returns the name of this member type.Returns the meta-object for the parent of this member type.booleanhasMetaDataAccess(IContext context) Returns whether the specified context has access to this member type.
-
Method Details
-
getName
String getName()Returns the name of this member type.- Returns:
- the member name
-
getParent
IMetaObject getParent()Returns the meta-object for the parent of this member type.- Returns:
- the meta-object
-
hasMetaDataAccess
Returns whether the specified context has access to this member type.- Parameters:
context- the context to check- Returns:
- true if the context has access, false otherwise
-
getModelGUID
UUID getModelGUID()Returns the identifier of the modeled member which is the base of this member type.- Returns:
- the identifier of the modeled member
-