Class EtherType
- java.lang.Object
-
- org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.EtherType
-
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint16>,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator") public class EtherType extends Object implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint16>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static EtherTypegetDefaultInstance(String defaultValue)org.opendaylight.yangtools.yang.common.Uint16getValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
EtherType
@ConstructorParameters("value") @ConstructorProperties("value") public EtherType(org.opendaylight.yangtools.yang.common.Uint16 _value)
-
EtherType
public EtherType(EtherType source)
Creates a copy from Source Object.- Parameters:
source- Source object
-
-