Modifier and Type | Method and Description |
---|---|
<C extends Augmentation<T> & TreeNode> |
TreeNodeModification.getModifiedAugmentation(Class<C> augmentation)
Returns augmentation child modification if
augmentation was modified by this
modification. |
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
AugmentationReader.getAugmentations(Object obj)
Get augmentations.
|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
AugmentationReader.getAugmentations(Object obj)
Get augmentations.
|
Modifier and Type | Class and Description |
---|---|
class |
AugmentationNodeContext<D extends TreeNode & Augmentation<?>>
Context for prototype of augmentation node.
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
TreeNodeCodecContext.getAllAugmentationsFrom(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer<?,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> data) |
Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
TreeNodeCodecContext.getAllAugmentationsFrom(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer<?,org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> data) |
Modifier and Type | Method and Description |
---|---|
void |
BindingToNormalizedStreamWriter.startAugmentationNode(Class<? extends Augmentation<?>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier,org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode> |
BindingRuntimeContext.getResolvedAugmentationSchema(org.opendaylight.yangtools.yang.model.api.DataNodeContainer target,
Class<? extends Augmentation<?>> aug)
Returns defining
AugmentationSchemaNode of target for supplied class. |
Modifier and Type | Method and Description |
---|---|
static Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
BindingReflections.getAugmentations(Augmentable<?> input)
Extracts augmentation from Binding DTO field using reflection
|
static Map<Class<? extends Augmentation<?>>,Augmentation<?>> |
BindingReflections.getAugmentations(Augmentable<?> input)
Extracts augmentation from Binding DTO field using reflection
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends Augmentable<?>> |
BindingReflections.findAugmentationTarget(Class<? extends Augmentation<?>> augmentation)
Find augmentation target class from concrete Augmentation class
This method uses first generic argument of implemented
Augmentation interface. |
Modifier and Type | Method and Description |
---|---|
<N extends TreeNode & Augmentation<? super T>> |
InstanceIdentifierBuilder.augmentation(Class<N> container)
Build an identifier which refers to a specific augmentation of the current InstanceIdentifier
referenced by the builder
|
<N extends TreeNode & Augmentation<? super T>> |
InstanceIdentifier.augmentation(Class<N> container) |
Modifier and Type | Method and Description |
---|---|
void |
BindingStreamEventWriter.startAugmentationNode(Class<? extends Augmentation<?>> augmentationType)
Emits start of augmentation node.
|
Modifier and Type | Method and Description |
---|---|
default <E extends Augmentation<? super T>> |
Augmentable.getAugmentation(Class<E> augment)
Returns instance of augmentation based on class
|
Modifier and Type | Method and Description |
---|---|
Map<Class<? extends Augmentation<T>>,Augmentation<T>> |
AugmentationHolder.augmentations()
Returns map of all augmentations.
|
Map<Class<? extends Augmentation<T>>,Augmentation<T>> |
AugmentationHolder.augmentations()
Returns map of all augmentations.
|
com.google.common.collect.ClassToInstanceMap<Augmentation<? super T>> |
Augmentable.augments()
Returns map of all instantiated augmentations.
|
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Cont>> |
ContBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super ContInt32>> |
ContInt32Builder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super Top>> |
TopBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TopInt>> |
TopIntBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentation) |
ContInt32Builder |
ContInt32Builder.addAugmentation(Class<? extends Augmentation<ContInt32>> augmentationType,
Augmentation<ContInt32> augmentation) |
TopBuilder |
TopBuilder.addAugmentation(Class<? extends Augmentation<Top>> augmentationType,
Augmentation<Top> augmentation) |
TopIntBuilder |
TopIntBuilder.addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
Augmentation<TopInt> augmentation) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyCont>> |
MyContBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyContBuilder |
MyContBuilder.removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super One>> |
OneBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super Two>> |
TwoBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
OneBuilder |
OneBuilder.addAugmentation(Class<? extends Augmentation<One>> augmentationType,
Augmentation<One> augmentation) |
TwoBuilder |
TwoBuilder.addAugmentation(Class<? extends Augmentation<Two>> augmentationType,
Augmentation<Two> augmentation) |
Modifier and Type | Method and Description |
---|---|
OneBuilder |
OneBuilder.addAugmentation(Class<? extends Augmentation<One>> augmentationType,
Augmentation<One> augmentation) |
TwoBuilder |
TwoBuilder.addAugmentation(Class<? extends Augmentation<Two>> augmentationType,
Augmentation<Two> augmentation) |
OneBuilder |
OneBuilder.removeAugmentation(Class<? extends Augmentation<One>> augmentationType) |
TwoBuilder |
TwoBuilder.removeAugmentation(Class<? extends Augmentation<Two>> augmentationType) |
Modifier and Type | Interface and Description |
---|---|
interface |
RpcLeafOnlyUsesAugment |
interface |
TopChoiceAugment1 |
interface |
TopChoiceAugment2 |
interface |
TreeLeafOnlyUsesAugment |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ComplexViaUsesWithDifferentName>> |
ComplexViaUsesWithDifferentNameBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType,
Augmentation<ComplexViaUsesWithDifferentName> augmentation) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType,
Augmentation<ComplexViaUsesWithDifferentName> augmentation) |
ComplexViaUsesWithDifferentNameBuilder |
ComplexViaUsesWithDifferentNameBuilder.removeAugmentation(Class<? extends Augmentation<ComplexViaUsesWithDifferentName>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ContainerWithUses>> |
ContainerWithUsesBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super ListViaUses>> |
ListViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.removeAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType) |
ListViaUsesBuilder |
ListViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ContainerWithUses>> |
ContainerWithUsesBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super ListViaUses>> |
ListViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.removeAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType) |
ListViaUsesBuilder |
ListViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleViaUses>> |
SimpleViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentation) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Case1>> |
Case1Builder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super Case2>> |
Case2Builder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case1Builder |
Case1Builder.addAugmentation(Class<? extends Augmentation<Case1>> augmentationType,
Augmentation<Case1> augmentation) |
Case2Builder |
Case2Builder.addAugmentation(Class<? extends Augmentation<Case2>> augmentationType,
Augmentation<Case2> augmentation) |
Modifier and Type | Method and Description |
---|---|
Case1Builder |
Case1Builder.addAugmentation(Class<? extends Augmentation<Case1>> augmentationType,
Augmentation<Case1> augmentation) |
Case2Builder |
Case2Builder.addAugmentation(Class<? extends Augmentation<Case2>> augmentationType,
Augmentation<Case2> augmentation) |
Case1Builder |
Case1Builder.removeAugmentation(Class<? extends Augmentation<Case1>> augmentationType) |
Case2Builder |
Case2Builder.removeAugmentation(Class<? extends Augmentation<Case2>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Case1Container>> |
Case1ContainerBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case1ContainerBuilder |
Case1ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType,
Augmentation<Case1Container> augmentation) |
Modifier and Type | Method and Description |
---|---|
Case1ContainerBuilder |
Case1ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType,
Augmentation<Case1Container> augmentation) |
Case1ContainerBuilder |
Case1ContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case1Container>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Case11>> |
Case11Builder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case11Builder |
Case11Builder.addAugmentation(Class<? extends Augmentation<Case11>> augmentationType,
Augmentation<Case11> augmentation) |
Modifier and Type | Method and Description |
---|---|
Case11Builder |
Case11Builder.addAugmentation(Class<? extends Augmentation<Case11>> augmentationType,
Augmentation<Case11> augmentation) |
Case11Builder |
Case11Builder.removeAugmentation(Class<? extends Augmentation<Case11>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Case11ChoiceCaseContainer>> |
Case11ChoiceCaseContainerBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.addAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType,
Augmentation<Case11ChoiceCaseContainer> augmentation) |
Modifier and Type | Method and Description |
---|---|
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.addAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType,
Augmentation<Case11ChoiceCaseContainer> augmentation) |
Case11ChoiceCaseContainerBuilder |
Case11ChoiceCaseContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case11ChoiceCaseContainer>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Case2Container>> |
Case2ContainerBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
Case2ContainerBuilder |
Case2ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType,
Augmentation<Case2Container> augmentation) |
Modifier and Type | Method and Description |
---|---|
Case2ContainerBuilder |
Case2ContainerBuilder.addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType,
Augmentation<Case2Container> augmentation) |
Case2ContainerBuilder |
Case2ContainerBuilder.removeAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ComplexViaUses>> |
ComplexViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType,
Augmentation<ComplexViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType,
Augmentation<ComplexViaUses> augmentation) |
ComplexViaUsesBuilder |
ComplexViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ComplexViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ContainerWithUses>> |
ContainerWithUsesBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super ListViaUses>> |
ListViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.removeAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType) |
ListViaUsesBuilder |
ListViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ContainerWithUses>> |
ContainerWithUsesBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super ListViaUses>> |
ListViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.addAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType,
Augmentation<ContainerWithUses> augmentation) |
ListViaUsesBuilder |
ListViaUsesBuilder.addAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType,
Augmentation<ListViaUses> augmentation) |
ContainerWithUsesBuilder |
ContainerWithUsesBuilder.removeAugmentation(Class<? extends Augmentation<ContainerWithUses>> augmentationType) |
ListViaUsesBuilder |
ListViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<ListViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super EmptyLeaf>> |
EmptyLeafBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super SimpleViaUses>> |
SimpleViaUsesBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
EmptyLeafBuilder.addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentation) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentation) |
Modifier and Type | Method and Description |
---|---|
EmptyLeafBuilder |
EmptyLeafBuilder.addAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType,
Augmentation<EmptyLeaf> augmentation) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.addAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType,
Augmentation<SimpleViaUses> augmentation) |
EmptyLeafBuilder |
EmptyLeafBuilder.removeAugmentation(Class<? extends Augmentation<EmptyLeaf>> augmentationType) |
SimpleViaUsesBuilder |
SimpleViaUsesBuilder.removeAugmentation(Class<? extends Augmentation<SimpleViaUses>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ChoiceContainer>> |
ChoiceContainerBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super Top>> |
TopBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TwoLevelListChanged>> |
TwoLevelListChangedBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceContainerBuilder |
ChoiceContainerBuilder.addAugmentation(Class<? extends Augmentation<ChoiceContainer>> augmentationType,
Augmentation<ChoiceContainer> augmentation) |
TopBuilder |
TopBuilder.addAugmentation(Class<? extends Augmentation<Top>> augmentationType,
Augmentation<Top> augmentation) |
TwoLevelListChangedBuilder |
TwoLevelListChangedBuilder.addAugmentation(Class<? extends Augmentation<TwoLevelListChanged>> augmentationType,
Augmentation<TwoLevelListChanged> augmentation) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Extended>> |
ExtendedBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super Simple>> |
SimpleBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ExtendedBuilder |
ExtendedBuilder.addAugmentation(Class<? extends Augmentation<Extended>> augmentationType,
Augmentation<Extended> augmentation) |
SimpleBuilder |
SimpleBuilder.addAugmentation(Class<? extends Augmentation<Simple>> augmentationType,
Augmentation<Simple> augmentation) |
Modifier and Type | Method and Description |
---|---|
ExtendedBuilder |
ExtendedBuilder.addAugmentation(Class<? extends Augmentation<Extended>> augmentationType,
Augmentation<Extended> augmentation) |
SimpleBuilder |
SimpleBuilder.addAugmentation(Class<? extends Augmentation<Simple>> augmentationType,
Augmentation<Simple> augmentation) |
ExtendedBuilder |
ExtendedBuilder.removeAugmentation(Class<? extends Augmentation<Extended>> augmentationType) |
SimpleBuilder |
SimpleBuilder.removeAugmentation(Class<? extends Augmentation<Simple>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ExtendedId>> |
ExtendedIdBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ExtendedIdBuilder |
ExtendedIdBuilder.addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType,
Augmentation<ExtendedId> augmentation) |
Modifier and Type | Method and Description |
---|---|
ExtendedIdBuilder |
ExtendedIdBuilder.addAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType,
Augmentation<ExtendedId> augmentation) |
ExtendedIdBuilder |
ExtendedIdBuilder.removeAugmentation(Class<? extends Augmentation<ExtendedId>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleId>> |
SimpleIdBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleIdBuilder |
SimpleIdBuilder.addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleIdBuilder |
SimpleIdBuilder.addAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType,
Augmentation<SimpleId> augmentation) |
SimpleIdBuilder |
SimpleIdBuilder.removeAugmentation(Class<? extends Augmentation<SimpleId>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super GetTopInput>> |
GetTopInputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super GetTopOutput>> |
GetTopOutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
GetTopInputBuilder |
GetTopInputBuilder.addAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType,
Augmentation<GetTopInput> augmentation) |
GetTopOutputBuilder |
GetTopOutputBuilder.addAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType,
Augmentation<GetTopOutput> augmentation) |
Modifier and Type | Method and Description |
---|---|
GetTopInputBuilder |
GetTopInputBuilder.addAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType,
Augmentation<GetTopInput> augmentation) |
GetTopOutputBuilder |
GetTopOutputBuilder.addAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType,
Augmentation<GetTopOutput> augmentation) |
GetTopInputBuilder |
GetTopInputBuilder.removeAugmentation(Class<? extends Augmentation<GetTopInput>> augmentationType) |
GetTopOutputBuilder |
GetTopOutputBuilder.removeAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ChoiceList>> |
ChoiceListBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TopLevelList>> |
TopLevelListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
ChoiceListBuilder |
ChoiceListBuilder.removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
TopLevelListBuilder |
TopLevelListBuilder.removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super NestedList>> |
NestedListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleCase>> |
SimpleCaseBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
SimpleCaseBuilder |
SimpleCaseBuilder.removeAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super PutTopInput>> |
PutTopInputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super PutTopOutput>> |
PutTopOutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PutTopInputBuilder |
PutTopInputBuilder.addAugmentation(Class<? extends Augmentation<PutTopInput>> augmentationType,
Augmentation<PutTopInput> augmentation) |
PutTopOutputBuilder |
PutTopOutputBuilder.addAugmentation(Class<? extends Augmentation<PutTopOutput>> augmentationType,
Augmentation<PutTopOutput> augmentation) |
Modifier and Type | Method and Description |
---|---|
PutTopInputBuilder |
PutTopInputBuilder.addAugmentation(Class<? extends Augmentation<PutTopInput>> augmentationType,
Augmentation<PutTopInput> augmentation) |
PutTopOutputBuilder |
PutTopOutputBuilder.addAugmentation(Class<? extends Augmentation<PutTopOutput>> augmentationType,
Augmentation<PutTopOutput> augmentation) |
PutTopInputBuilder |
PutTopInputBuilder.removeAugmentation(Class<? extends Augmentation<PutTopInput>> augmentationType) |
PutTopOutputBuilder |
PutTopOutputBuilder.removeAugmentation(Class<? extends Augmentation<PutTopOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ChoiceList>> |
ChoiceListBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TopLevelList>> |
TopLevelListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
ChoiceListBuilder |
ChoiceListBuilder.removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
TopLevelListBuilder |
TopLevelListBuilder.removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super NestedList>> |
NestedListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleCase>> |
SimpleCaseBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
SimpleCaseBuilder |
SimpleCaseBuilder.removeAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ChoiceList>> |
ChoiceListBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TopLevelList>> |
TopLevelListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
ChoiceListBuilder |
ChoiceListBuilder.removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
TopLevelListBuilder |
TopLevelListBuilder.removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super NestedList>> |
NestedListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleCase>> |
SimpleCaseBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
SimpleCaseBuilder |
SimpleCaseBuilder.removeAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super ChoiceList>> |
ChoiceListBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TopLevelList>> |
TopLevelListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
Modifier and Type | Method and Description |
---|---|
ChoiceListBuilder |
ChoiceListBuilder.addAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType,
Augmentation<ChoiceList> augmentation) |
TopLevelListBuilder |
TopLevelListBuilder.addAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType,
Augmentation<TopLevelList> augmentation) |
ChoiceListBuilder |
ChoiceListBuilder.removeAugmentation(Class<? extends Augmentation<ChoiceList>> augmentationType) |
TopLevelListBuilder |
TopLevelListBuilder.removeAugmentation(Class<? extends Augmentation<TopLevelList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super NestedList>> |
NestedListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
Modifier and Type | Method and Description |
---|---|
NestedListBuilder |
NestedListBuilder.addAugmentation(Class<? extends Augmentation<NestedList>> augmentationType,
Augmentation<NestedList> augmentation) |
NestedListBuilder |
NestedListBuilder.removeAugmentation(Class<? extends Augmentation<NestedList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super SimpleCase>> |
SimpleCaseBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
Modifier and Type | Method and Description |
---|---|
SimpleCaseBuilder |
SimpleCaseBuilder.addAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType,
Augmentation<SimpleCase> augmentation) |
SimpleCaseBuilder |
SimpleCaseBuilder.removeAugmentation(Class<? extends Augmentation<SimpleCase>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyCont>> |
MyContBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super MyList>> |
MyListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyListBuilder |
MyListBuilder.addAugmentation(Class<? extends Augmentation<MyList>> augmentationType,
Augmentation<MyList> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyListBuilder |
MyListBuilder.addAugmentation(Class<? extends Augmentation<MyList>> augmentationType,
Augmentation<MyList> augmentation) |
MyContBuilder |
MyContBuilder.removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
MyListBuilder |
MyListBuilder.removeAugmentation(Class<? extends Augmentation<MyList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super InContInput>> |
InContInputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super InContOutput>> |
InContOutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InContInputBuilder |
InContInputBuilder.addAugmentation(Class<? extends Augmentation<InContInput>> augmentationType,
Augmentation<InContInput> augmentation) |
InContOutputBuilder |
InContOutputBuilder.addAugmentation(Class<? extends Augmentation<InContOutput>> augmentationType,
Augmentation<InContOutput> augmentation) |
Modifier and Type | Method and Description |
---|---|
InContInputBuilder |
InContInputBuilder.addAugmentation(Class<? extends Augmentation<InContInput>> augmentationType,
Augmentation<InContInput> augmentation) |
InContOutputBuilder |
InContOutputBuilder.addAugmentation(Class<? extends Augmentation<InContOutput>> augmentationType,
Augmentation<InContOutput> augmentation) |
InContInputBuilder |
InContInputBuilder.removeAugmentation(Class<? extends Augmentation<InContInput>> augmentationType) |
InContOutputBuilder |
InContOutputBuilder.removeAugmentation(Class<? extends Augmentation<InContOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super InCont2Input>> |
InCont2InputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super InCont2Output>> |
InCont2OutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InCont2InputBuilder |
InCont2InputBuilder.addAugmentation(Class<? extends Augmentation<InCont2Input>> augmentationType,
Augmentation<InCont2Input> augmentation) |
InCont2OutputBuilder |
InCont2OutputBuilder.addAugmentation(Class<? extends Augmentation<InCont2Output>> augmentationType,
Augmentation<InCont2Output> augmentation) |
Modifier and Type | Method and Description |
---|---|
InCont2InputBuilder |
InCont2InputBuilder.addAugmentation(Class<? extends Augmentation<InCont2Input>> augmentationType,
Augmentation<InCont2Input> augmentation) |
InCont2OutputBuilder |
InCont2OutputBuilder.addAugmentation(Class<? extends Augmentation<InCont2Output>> augmentationType,
Augmentation<InCont2Output> augmentation) |
InCont2InputBuilder |
InCont2InputBuilder.removeAugmentation(Class<? extends Augmentation<InCont2Input>> augmentationType) |
InCont2OutputBuilder |
InCont2OutputBuilder.removeAugmentation(Class<? extends Augmentation<InCont2Output>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super InListInput>> |
InListInputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super InListOutput>> |
InListOutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
InListInputBuilder |
InListInputBuilder.addAugmentation(Class<? extends Augmentation<InListInput>> augmentationType,
Augmentation<InListInput> augmentation) |
InListOutputBuilder |
InListOutputBuilder.addAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType,
Augmentation<InListOutput> augmentation) |
Modifier and Type | Method and Description |
---|---|
InListInputBuilder |
InListInputBuilder.addAugmentation(Class<? extends Augmentation<InListInput>> augmentationType,
Augmentation<InListInput> augmentation) |
InListOutputBuilder |
InListOutputBuilder.addAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType,
Augmentation<InListOutput> augmentation) |
InListInputBuilder |
InListInputBuilder.removeAugmentation(Class<? extends Augmentation<InListInput>> augmentationType) |
InListOutputBuilder |
InListOutputBuilder.removeAugmentation(Class<? extends Augmentation<InListOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyRpcInput>> |
MyRpcInputBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super MyRpcOutput>> |
MyRpcOutputBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyRpcInputBuilder |
MyRpcInputBuilder.addAugmentation(Class<? extends Augmentation<MyRpcInput>> augmentationType,
Augmentation<MyRpcInput> augmentation) |
MyRpcOutputBuilder |
MyRpcOutputBuilder.addAugmentation(Class<? extends Augmentation<MyRpcOutput>> augmentationType,
Augmentation<MyRpcOutput> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyRpcInputBuilder |
MyRpcInputBuilder.addAugmentation(Class<? extends Augmentation<MyRpcInput>> augmentationType,
Augmentation<MyRpcInput> augmentation) |
MyRpcOutputBuilder |
MyRpcOutputBuilder.addAugmentation(Class<? extends Augmentation<MyRpcOutput>> augmentationType,
Augmentation<MyRpcOutput> augmentation) |
MyRpcInputBuilder |
MyRpcInputBuilder.removeAugmentation(Class<? extends Augmentation<MyRpcInput>> augmentationType) |
MyRpcOutputBuilder |
MyRpcOutputBuilder.removeAugmentation(Class<? extends Augmentation<MyRpcOutput>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super Cont>> |
ContBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentation) |
Modifier and Type | Method and Description |
---|---|
ContBuilder |
ContBuilder.addAugmentation(Class<? extends Augmentation<Cont>> augmentationType,
Augmentation<Cont> augmentation) |
ContBuilder |
ContBuilder.removeAugmentation(Class<? extends Augmentation<Cont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyCont>> |
MyContBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyContBuilder |
MyContBuilder.removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyList>> |
MyListBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyListBuilder |
MyListBuilder.addAugmentation(Class<? extends Augmentation<MyList>> augmentationType,
Augmentation<MyList> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyListBuilder |
MyListBuilder.addAugmentation(Class<? extends Augmentation<MyList>> augmentationType,
Augmentation<MyList> augmentation) |
MyListBuilder |
MyListBuilder.removeAugmentation(Class<? extends Augmentation<MyList>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super DefaultPolicy>> |
DefaultPolicyBuilder.getAugmentation(Class<E> augmentationType) |
<E extends Augmentation<? super TestCont>> |
TestContBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
DefaultPolicyBuilder |
DefaultPolicyBuilder.addAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType,
Augmentation<DefaultPolicy> augmentation) |
TestContBuilder |
TestContBuilder.addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentation) |
Modifier and Type | Method and Description |
---|---|
DefaultPolicyBuilder |
DefaultPolicyBuilder.addAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType,
Augmentation<DefaultPolicy> augmentation) |
TestContBuilder |
TestContBuilder.addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentation) |
DefaultPolicyBuilder |
DefaultPolicyBuilder.removeAugmentation(Class<? extends Augmentation<DefaultPolicy>> augmentationType) |
TestContBuilder |
TestContBuilder.removeAugmentation(Class<? extends Augmentation<TestCont>> augmentationType) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<? super MyCont>> |
MyContBuilder.getAugmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
MyContBuilder.addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyContBuilder |
MyContBuilder.removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
Copyright © 2019 OpenDaylight. All rights reserved.