Class RStringType
java.lang.Object
com.regnosys.rosetta.types.RType
com.regnosys.rosetta.types.RParametrizedType
com.regnosys.rosetta.types.builtin.RBasicType
com.regnosys.rosetta.types.builtin.RStringType
- All Implemented Interfaces:
ModelSymbol
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.ModelSymbol
ModelSymbol.AbstractModelSymbol -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RStringTypefrom(Map<String, RosettaValue> values) join(RStringType other) Methods inherited from class com.regnosys.rosetta.types.builtin.RBasicType
getSymbolId, hasNaturalOrderMethods 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
-
Field Details
-
MIN_LENGTH_PARAM_NAME
- See Also:
-
MAX_LENGTH_PARAM_NAME
- See Also:
-
PATTERN_PARAM_NAME
- See Also:
-
-
Constructor Details
-
RStringType
-
RStringType
-
-
Method Details
-
from
-
getInterval
-
getPattern
-
join
-