Uses of Enum
com.regnosys.rosetta.rosetta.RosettaQualifiableType
Packages that use RosettaQualifiableType
-
Uses of RosettaQualifiableType in com.regnosys.rosetta.rosetta
Fields in com.regnosys.rosetta.rosetta with type parameters of type RosettaQualifiableTypeModifier and TypeFieldDescriptionstatic final List<RosettaQualifiableType>RosettaQualifiableType.VALUESA public read-only list of all the 'Qualifiable Type' enumerators.Methods in com.regnosys.rosetta.rosetta that return RosettaQualifiableTypeModifier and TypeMethodDescriptionstatic RosettaQualifiableTypeRosettaQualifiableType.get(int value) Returns the 'Qualifiable Type' literal with the specified integer value.static RosettaQualifiableTypeReturns the 'Qualifiable Type' literal with the specified literal value.static RosettaQualifiableTypeReturns the 'Qualifiable Type' literal with the specified name.RosettaQualifiableConfiguration.getQType()Returns the value of the 'QType' attribute.static RosettaQualifiableTypeReturns the enum constant of this type with the specified name.static RosettaQualifiableType[]RosettaQualifiableType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.regnosys.rosetta.rosetta with parameters of type RosettaQualifiableTypeModifier and TypeMethodDescriptionvoidRosettaQualifiableConfiguration.setQType(RosettaQualifiableType value) Sets the value of the 'QType' attribute. -
Uses of RosettaQualifiableType in com.regnosys.rosetta.rosetta.impl
Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaQualifiableTypeModifier and TypeFieldDescriptionprotected RosettaQualifiableTypeRosettaQualifiableConfigurationImpl.qTypeThe cached value of the 'QType' attribute.protected static final RosettaQualifiableTypeRosettaQualifiableConfigurationImpl.QTYPE_EDEFAULTThe default value of the 'QType' attribute.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaQualifiableTypeModifier and TypeMethodDescriptionRosettaFactoryImpl.createRosettaQualifiableTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RosettaQualifiableConfigurationImpl.getQType()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaQualifiableTypeModifier and TypeMethodDescriptionvoidRosettaQualifiableConfigurationImpl.setQType(RosettaQualifiableType newQType)