Uses of Class
com.rosetta.model.lib.ModelSymbolId
Packages that use ModelSymbolId
Package
Description
-
Uses of ModelSymbolId in com.rosetta.model.lib
Subclasses of ModelSymbolId in com.rosetta.model.libMethods in com.rosetta.model.lib that return ModelSymbolIdModifier and TypeMethodDescriptionstatic ModelSymbolIdModelSymbolId.fromQualifiedName(String str) ModelSymbol.AbstractModelSymbol.getSymbolId()ModelSymbol.getSymbolId()Methods in com.rosetta.model.lib with parameters of type ModelSymbolId -
Uses of ModelSymbolId in com.rosetta.model.lib.reports
Methods in com.rosetta.model.lib.reports that return types with arguments of type ModelSymbolIdConstructor parameters in com.rosetta.model.lib.reports with type arguments of type ModelSymbolIdModifierConstructorDescriptionFieldImpl(String attributeName, boolean isMulti, Optional<ModelSymbolId> ruleId, Optional<String> identifier, List<Tabulator.Field> children) Deprecated. -
Uses of ModelSymbolId in com.rosetta.util.serialisation
Methods in com.rosetta.util.serialisation that return types with arguments of type ModelSymbolIdModifier and TypeMethodDescriptionTypeXMLConfiguration.getSubstitutionFor()Deprecated.RosettaXMLConfiguration.getSubstitutionsFor(String substitutionGroup) RosettaXMLConfiguration.getSubstitutionsForType(ModelSymbolId symbolId) Deprecated.RosettaXMLConfiguration.getTypeConfigMap()Methods in com.rosetta.util.serialisation with parameters of type ModelSymbolIdModifier and TypeMethodDescriptionRosettaXMLConfiguration.getConfigurationForType(ModelSymbolId symbolId) RosettaXMLConfiguration.getSubstitutionsForType(ModelSymbolId symbolId) Deprecated.Constructor parameters in com.rosetta.util.serialisation with type arguments of type ModelSymbolIdModifierConstructorDescriptionRosettaXMLConfiguration(Map<ModelSymbolId, TypeXMLConfiguration> typeConfigMap) TypeXMLConfiguration(Optional<ModelSymbolId> substitutionFor, Optional<String> substitutionGroup, Optional<String> xmlElementName, Optional<String> xmlElementFullyQualifiedName, Optional<Boolean> isAbstract, Optional<Map<String, String>> xmlAttributes, Optional<Map<String, AttributeXMLConfiguration>> attributes, Optional<Map<String, String>> enumValues) -
Uses of ModelSymbolId in com.rosetta.util.types.generated
Methods in com.rosetta.util.types.generated with parameters of type ModelSymbolIdModifier and TypeMethodDescriptionGeneratedJavaClassService.toJavaChoiceType(ModelSymbolId id) GeneratedJavaClassService.toJavaFunction(ModelSymbolId id) JavaClass<ReportFunction<?, ?>> GeneratedJavaClassService.toJavaRule(ModelSymbolId id) GeneratedJavaClassService.toJavaType(ModelSymbolId id)