Uses of Enum
com.regnosys.rosetta.rosetta.RosettaSynonymRef
Packages that use RosettaSynonymRef
-
Uses of RosettaSynonymRef in com.regnosys.rosetta.rosetta
Fields in com.regnosys.rosetta.rosetta with type parameters of type RosettaSynonymRefModifier and TypeFieldDescriptionstatic final List<RosettaSynonymRef>RosettaSynonymRef.VALUESA public read-only list of all the 'Synonym Ref' enumerators.Methods in com.regnosys.rosetta.rosetta that return RosettaSynonymRefModifier and TypeMethodDescriptionstatic RosettaSynonymRefRosettaSynonymRef.get(int value) Returns the 'Synonym Ref' literal with the specified integer value.static RosettaSynonymRefReturns the 'Synonym Ref' literal with the specified literal value.static RosettaSynonymRefReturns the 'Synonym Ref' literal with the specified name.RosettaSynonymValueBase.getRefType()Returns the value of the 'Ref Type' attribute.static RosettaSynonymRefReturns the enum constant of this type with the specified name.static RosettaSynonymRef[]RosettaSynonymRef.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 RosettaSynonymRefModifier and TypeMethodDescriptionvoidRosettaSynonymValueBase.setRefType(RosettaSynonymRef value) Sets the value of the 'Ref Type' attribute. -
Uses of RosettaSynonymRef in com.regnosys.rosetta.rosetta.impl
Fields in com.regnosys.rosetta.rosetta.impl declared as RosettaSynonymRefModifier and TypeFieldDescriptionprotected static final RosettaSynonymRefRosettaSynonymValueBaseImpl.REF_TYPE_EDEFAULTThe default value of the 'Ref Type' attribute.protected RosettaSynonymRefRosettaSynonymValueBaseImpl.refTypeThe cached value of the 'Ref Type' attribute.Methods in com.regnosys.rosetta.rosetta.impl that return RosettaSynonymRefModifier and TypeMethodDescriptionRosettaFactoryImpl.createRosettaSynonymRefFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RosettaSynonymValueBaseImpl.getRefType()Methods in com.regnosys.rosetta.rosetta.impl with parameters of type RosettaSynonymRefModifier and TypeMethodDescriptionvoidRosettaSynonymValueBaseImpl.setRefType(RosettaSynonymRef newRefType)