    

 ## On this page

  

 

 # IHolder

 Last update: 16.07.2025 

interface [IHolder](index.md)

This is an interface for things in ModelCenter that hold other things

#### Author

Woyak, 10-01

#### Inheritors

[IVariableHolder](../-i-variable-holder/index.md)[IVariableHolder](../-i-variable-holder/index.md)## Functions

NameSummary[getFullName](get-full-name.md)abstract fun [getFullName](get-full-name.md)(): [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)  
gets the full name of the current object, e.g.[getName](get-name.md)abstract fun [getName](get-name.md)(): [String](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html)  
gets the name of the current object, e.g.