Uses of Interface
org.qubership.atp.dataset.model.Named
Packages that use Named
Package
Description
-
Uses of Named in org.qubership.atp.dataset.macros.args
Classes in org.qubership.atp.dataset.macros.args with type parameters of type NamedModifier and TypeClassDescriptionclassRefArg<T extends Named & Identified>static classRefArg.Context<T extends Identified & Named>An adapter for reference which may be not specified in macro arguments signature and should be taken from context.static classRefArg.Signature<T extends Identified & Named>It is a reference, represented as some name/id in macros arguments signature.Fields in org.qubership.atp.dataset.macros.args declared as NamedMethods in org.qubership.atp.dataset.macros.args with type parameters of type NamedModifier 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) -
Uses of Named in org.qubership.atp.dataset.macros.impl.reference
Classes in org.qubership.atp.dataset.macros.impl.reference with type parameters of type Named -
Uses of Named in org.qubership.atp.dataset.model
Subinterfaces of Named in org.qubership.atp.dataset.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceRepresents one value from a list of acceptable values.interfaceinterface -
Uses of Named in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement NamedModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of Named in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct with type parameters of type NamedModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperService.unWrapAlias(RefArg.Signature<T> ref) Tries to unwrap. -
Uses of Named in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with type parameters of type NamedModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperServiceImpl.unWrapAlias(RefArg.Signature<T> ref)