Uses of Class
org.qubership.atp.dataset.macros.impl.reference.ReferenceAliasType
Packages that use ReferenceAliasType
Package
Description
-
Uses of ReferenceAliasType in org.qubership.atp.dataset.macros.args
Fields in org.qubership.atp.dataset.macros.args declared as ReferenceAliasTypeMethods in org.qubership.atp.dataset.macros.args that return ReferenceAliasTypeMethods in org.qubership.atp.dataset.macros.args with parameters of type ReferenceAliasTypeModifier and TypeMethodDescriptionstatic <T extends Named & Identified>
RefArg.Signature<T> RefArg.of(ReferenceAliasType<T> refType, ArgSignature signature, org.qubership.atp.dataset.macros.args.SigValueSup<? extends T> valueSup) Used to create arg from macro parameter.static <T extends Named & Identified>
RefArg.Context<T> RefArg.of(ReferenceAliasType<T> refType, CtxValueSup<? extends T> valueSup) Used to create arg in runtime.static <T extends Named & Identified>
RefArg.Context<T> RefArg.of(ReferenceAliasType<T> refType, T instance) Used to create arg in runtime.static <O extends Identified & Named>
CtxValueSup<O> CtxValueSup.ofInstance(ReferenceAliasType<O> type, O instance) Constructors in org.qubership.atp.dataset.macros.args with parameters of type ReferenceAliasType -
Uses of ReferenceAliasType in org.qubership.atp.dataset.macros.impl.reference
Fields in org.qubership.atp.dataset.macros.impl.reference declared as ReferenceAliasTypeModifier and TypeFieldDescriptionstatic final ReferenceAliasType<Attribute> ReferenceAliasType.ATTRstatic final ReferenceAliasType<DataSet> ReferenceAliasType.DSstatic final ReferenceAliasType<DataSetList> ReferenceAliasType.DSLMethods in org.qubership.atp.dataset.macros.impl.reference that return ReferenceAliasTypeModifier and TypeMethodDescriptionstatic ReferenceAliasTypeReferenceAliasType.from(short id) returnsReferenceAliasTypeby Id.static ReferenceAliasTypereturnsReferenceAliasTypeby name.Methods in org.qubership.atp.dataset.macros.impl.reference that return types with arguments of type ReferenceAliasType