Uses of Interface
com.regnosys.rosetta.rosetta.RosettaType
Packages that use RosettaType
Package
Description
-
Uses of RosettaType in com.regnosys.rosetta.generator.java.object
Methods in com.regnosys.rosetta.generator.java.object with parameters of type RosettaTypeModifier and TypeMethodDescriptionbooleanModelObjectBuilderGenerator.globalKey(RosettaType type) MetaFieldGenerator.toTypeCall(RosettaType t) -
Uses of RosettaType in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util with parameters of type RosettaTypeModifier and TypeMethodDescriptionprotected booleanRosettaFunctionExtensions._needsBuilder(RosettaType type) static StringUtil.fullname(RosettaType clazz) static StringUtil.packageName(RosettaType clazz) static ExpandedTypeRosettaAttributeExtensions.toExpandedType(RosettaType type) -
Uses of RosettaType in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaType in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Basic Type'.interfaceA representation of the model object 'Builtin Type'.interfaceA representation of the model object 'Enumeration'.interfaceA representation of the model object 'Meta Type'.interfaceA representation of the model object 'Record Type'.interfaceA representation of the model object 'Type Alias'.Methods in com.regnosys.rosetta.rosetta that return RosettaTypeModifier and TypeMethodDescriptionTypeCall.getType()Returns the value of the 'Type' reference.RosettaExternalClass.getTypeRef()RosettaExternalEnum.getTypeRef()RosettaExternalRef.getTypeRef()Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaTypeModifier and TypeMethodDescriptionvoidTypeCall.setType(RosettaType value) Sets the value of the 'Type' reference. -
Uses of RosettaType in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Basic Type'.classAn implementation of the model object 'Builtin Type'.classAn implementation of the model object 'Enumeration'.classAn implementation of the model object 'Meta Type'.classAn implementation of the model object 'Record Type'.classAn implementation of the model object 'Type Alias'.classAn implementation of the model object 'Type'.Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaTypeModifier and TypeFieldDescriptionprotected RosettaTypeTypeCallImpl.typeThe cached value of the 'Type' reference.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaTypeModifier and TypeMethodDescriptionTypeCallImpl.basicGetType()TypeCallImpl.getType()RosettaExternalClassImpl.getTypeRef()RosettaExternalEnumImpl.getTypeRef()RosettaExternalRefImpl.getTypeRef()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaType -
Uses of RosettaType in com.regnosys.rosetta.rosetta.simple
Subinterfaces of RosettaType in com.regnosys.rosetta.rosetta.simple -
Uses of RosettaType in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement RosettaTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Choice'.classAn implementation of the model object 'Data'. -
Uses of RosettaType in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type RosettaTypeModifier and TypeMethodDescriptionSimpleSwitch.caseRosettaType(RosettaType object) Returns the result of interpreting the object as an instance of 'Type'. -
Uses of RosettaType in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaTypeModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaType(RosettaType object) Returns the result of interpreting the object as an instance of 'Type'. -
Uses of RosettaType in com.regnosys.rosetta.transgest
Methods in com.regnosys.rosetta.transgest that return RosettaTypeModifier and TypeMethodDescriptionModelLoader.rosettaClass(List<RosettaModel> rosettaModels, Class<? extends RosettaModelObject> rootObject) ModelLoader.rosettaClass(List<RosettaModel> rosettaModels, String className) ModelLoaderImpl.rosettaClass(List<RosettaModel> rosettaModels, Class<? extends RosettaModelObject> rootObject) ModelLoaderImpl.rosettaClass(List<RosettaModel> rosettaModels, String className) -
Uses of RosettaType in com.regnosys.rosetta.types.builtin
Methods in com.regnosys.rosetta.types.builtin with type parameters of type RosettaTypeModifier and TypeMethodDescription<T extends RosettaType>
TRBuiltinTypeService.toRosettaType(RType builtinType, Class<T> resultType, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) Methods in com.regnosys.rosetta.types.builtin with parameters of type RosettaTypeModifier and TypeMethodDescriptionRBuiltinTypeService.getType(RosettaType type, Map<String, RosettaValue> params) -
Uses of RosettaType in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RosettaTypeModifier and TypeMethodDescriptionbooleanRosettaConfigExtension.isRootEventOrProduct(RosettaType type) -
Uses of RosettaType in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation that return RosettaTypeModifier and TypeMethodDescriptionRosettaSimpleValidator.getContainerType(RosettaMapping element)