Uses of Class
nl.tno.omt.ObjectClass
Packages that use ObjectClass
-
Uses of ObjectClass in nl.tno.omt
Fields in nl.tno.omt declared as ObjectClassFields in nl.tno.omt with type parameters of type ObjectClassMethods in nl.tno.omt that return ObjectClassModifier and TypeMethodDescriptionObjectFactory.createObjectClass()Create an instance ofObjectClassObjectsType.getObjectClass()Gets the value of the objectClass property.Methods in nl.tno.omt that return types with arguments of type ObjectClassModifier and TypeMethodDescriptionObjectClassType.getObjectClass()Gets the value of the objectClass property.Methods in nl.tno.omt with parameters of type ObjectClassModifier and TypeMethodDescriptionvoidObjectsType.setObjectClass(ObjectClass value) Sets the value of the objectClass property. -
Uses of ObjectClass in nl.tno.omt.helpers
Methods in nl.tno.omt.helpers that return ObjectClassModifier and TypeMethodDescriptionstatic ObjectClassOmtFunctions.getObjectClass(ObjectModelType[] modules, String fqName) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType[] modules, String fqName, boolean nullOnScaffolding) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType module, String fqName) static ObjectClassOmtFunctions.getObjectClass(ObjectModelType module, String fqName, boolean nullOnScaffolding) Looks up the ObjectClass for the given FQ OMT name.Methods in nl.tno.omt.helpers with parameters of type ObjectClass