Uses of Class
com.regnosys.rosetta.generator.object.ExpandedAttribute
Packages that use ExpandedAttribute
Package
Description
-
Uses of ExpandedAttribute in com.regnosys.rosetta.generator.java.object
Methods in com.regnosys.rosetta.generator.java.object with parameters of type ExpandedAttributeModifier and TypeMethodDescriptionbooleanModelObjectBoilerPlate.needsBuilder(ExpandedAttribute attribute) org.eclipse.xtend2.lib.StringConcatenationClientModelObjectBuilderGenerator.toBuilderTypeSingle(ExpandedAttribute attribute) ModelObjectBoilerPlate.toListOrSingleMetaType(ExpandedAttribute attribute) -
Uses of ExpandedAttribute in com.regnosys.rosetta.generator.java.types
Methods in com.regnosys.rosetta.generator.java.types with parameters of type ExpandedAttributeModifier and TypeMethodDescriptionJavaClass<?>JavaTypeTranslator.toMetaJavaType(ExpandedAttribute expAttr) JavaTypeTranslator.toMetaOrRegularJavaType(ExpandedAttribute expAttr) JavaTypeTranslator.toMultiMetaOrRegularJavaType(ExpandedAttribute expAttr) JavaTypeTranslator.toMultiRegularJavaType(ExpandedAttribute expAttr) -
Uses of ExpandedAttribute in com.regnosys.rosetta.generator.object
Methods in com.regnosys.rosetta.generator.object that return types with arguments of type ExpandedAttribute -
Uses of ExpandedAttribute in com.regnosys.rosetta.generator.util
Methods in com.regnosys.rosetta.generator.util that return ExpandedAttributeModifier and TypeMethodDescriptionstatic ExpandedAttributeRosettaAttributeExtensions.expandedEnumAttribute(RosettaEnumValue value) static ExpandedAttributeRosettaAttributeExtensions.toExpandedAttribute(Attribute attr) Methods in com.regnosys.rosetta.generator.util that return types with arguments of type ExpandedAttributeModifier and TypeMethodDescriptionstatic List<ExpandedAttribute>RosettaAttributeExtensions.expandedAttributesPlus(Data data) static List<ExpandedAttribute>RosettaAttributeExtensions.getExpandedAttributes(RosettaEnumeration rosettaEnum) static List<ExpandedAttribute>RosettaAttributeExtensions.getExpandedAttributes(Data data) Note that these methods will add a "meta" attribute if the data type has annotationsMethods in com.regnosys.rosetta.generator.util with parameters of type ExpandedAttributeModifier and TypeMethodDescriptionstatic booleanRosettaAttributeExtensions.cardinalityIsListValue(ExpandedAttribute attribute) static booleanRosettaAttributeExtensions.cardinalityIsSingleValue(ExpandedAttribute attribute) static booleanRosettaAttributeExtensions.isList(ExpandedAttribute a)