public class TypesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Types>
Types instances.Types| Constructor and Description |
|---|
TypesBuilder() |
TypesBuilder(NumericOneByteValue arg) |
TypesBuilder(Types base) |
| Modifier and Type | Method and Description |
|---|---|
TypesBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Types> augmentationValue) |
Types |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> |
getAugmentation(Class<E> augmentationType) |
NumericOperand |
getOp() |
Short |
getValue() |
TypesBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType) |
TypesBuilder |
setOp(NumericOperand value) |
TypesBuilder |
setValue(Short value) |
public TypesBuilder()
public TypesBuilder(NumericOneByteValue arg)
public TypesBuilder(Types base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic NumericOperand getOp()
public Short getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> E getAugmentation(Class<E> augmentationType)
public TypesBuilder setOp(NumericOperand value)
public TypesBuilder setValue(Short value)
public TypesBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Types> augmentationValue)
public TypesBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Types>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.