Package com.regnosys.rosetta.types
Class RAliasType
java.lang.Object
com.regnosys.rosetta.types.RType
com.regnosys.rosetta.types.RParametrizedType
com.regnosys.rosetta.types.RAliasType
- All Implemented Interfaces:
ModelSymbol
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.ModelSymbol
ModelSymbol.AbstractModelSymbol -
Constructor Summary
ConstructorsConstructorDescriptionRAliasType(RTypeFunction typeFunction, LinkedHashMap<String, RosettaValue> params, RType refersTo) -
Method Summary
Methods inherited from class com.regnosys.rosetta.types.RParametrizedType
getArguments, 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
-
RAliasType
public RAliasType(RTypeFunction typeFunction, LinkedHashMap<String, RosettaValue> params, RType refersTo)
-
-
Method Details
-
getSymbolId
-
getTypeFunction
-
getRefersTo
-
hasMeta
public boolean hasMeta() -
hasNaturalOrder
public boolean hasNaturalOrder()- Overrides:
hasNaturalOrderin classRType
-
hashCode
public int hashCode()- Overrides:
hashCodein classRParametrizedType
-
equals
- Overrides:
equalsin classRParametrizedType
-