Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.provider.config.rev160510
Class NonZeroUint16Type
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.provider.config.rev160510.NonZeroUint16Type
- 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
,org.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint16>
@Generated("mdsal-binding-generator")
public class NonZeroUint16Type
extends Object
implements org.opendaylight.yangtools.yang.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint16>, Serializable
This class represents the following YANG schema fragment defined in module openflow-provider-config
typedef non-zero-uint16-type { type uint16 { range 1..max; } }
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonZeroUint16Type
(NonZeroUint16Type source) Creates a copy from Source Object.NonZeroUint16Type
(org.opendaylight.yangtools.yang.common.Uint16 _value) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
static NonZeroUint16Type
getDefaultInstance
(String defaultValue) org.opendaylight.yangtools.yang.common.Uint16
getValue()
int
hashCode()
toString()
-
Constructor Details
-
NonZeroUint16Type
@ConstructorParameters("value") public NonZeroUint16Type(org.opendaylight.yangtools.yang.common.Uint16 _value) -
NonZeroUint16Type
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint16 getValue()- Specified by:
getValue
in interfaceorg.opendaylight.yangtools.yang.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint16>
-
hashCode
public int hashCode() -
equals
-
toString
-