Class RBuiltinTypeService
java.lang.Object
com.regnosys.rosetta.types.builtin.RBuiltinTypeService
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal RBasicTypefinal RBasicTypefinal RDateTypefinal RDateTimeTypefinal RTypeFunctionfinal Stringfinal RBasicTypefinal RBasicTypefinal RBasicTypefinal RBasicTypefinal RAliasTypefinal RNumberTypefinal RStringTypefinal RZonedDateTimeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType(RosettaType type, Map<String, RosettaValue> params) getType(String name, Map<String, RosettaValue> params) <T extends RosettaType>
TtoRosettaType(RType builtinType, Class<T> resultType, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-
Field Details
-
INT_NAME
- See Also:
-
INT_FUNCTION
-
BOOLEAN
-
TIME
-
PATTERN
-
MISSING
-
NOTHING
-
ANY
-
UNCONSTRAINED_INT
-
UNCONSTRAINED_NUMBER
-
UNCONSTRAINED_STRING
-
DATE
-
DATE_TIME
-
ZONED_DATE_TIME
-
-
Constructor Details
-
RBuiltinTypeService
public RBuiltinTypeService()
-
-
Method Details
-
getType
-
getType
-
toRosettaType
public <T extends RosettaType> T toRosettaType(RType builtinType, Class<T> resultType, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-