Class RBasicType
java.lang.Object
com.regnosys.rosetta.types.RType
com.regnosys.rosetta.types.RParametrizedType
com.regnosys.rosetta.types.builtin.RBasicType
- All Implemented Interfaces:
ModelSymbol
- Direct Known Subclasses:
RNumberType,RStringType
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.ModelSymbol
ModelSymbol.AbstractModelSymbol -
Constructor Summary
ConstructorsModifierConstructorDescriptionRBasicType(String name, boolean hasNaturalOrder) protectedRBasicType(String name, LinkedHashMap<String, RosettaValue> parameters, boolean hasNaturalOrder) -
Method Summary
Methods inherited from class com.regnosys.rosetta.types.RParametrizedType
equals, getArguments, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.ModelSymbol
getName, getNamespace, getQualifiedName
-
Constructor Details
-
RBasicType
protected RBasicType(String name, LinkedHashMap<String, RosettaValue> parameters, boolean hasNaturalOrder) -
RBasicType
-
-
Method Details
-
getSymbolId
-
hasNaturalOrder
public boolean hasNaturalOrder()- Overrides:
hasNaturalOrderin classRType
-