Class ClassType
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClassType
- All Implemented Interfaces:
Serializable
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint8>
,org.opendaylight.yangtools.binding.TypeObject
,org.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint8>
@Generated("mdsal-binding-generator")
public class ClassType
extends Object
implements org.opendaylight.yangtools.binding.ScalarTypeObject<org.opendaylight.yangtools.yang.common.Uint8>, Serializable
This class represents the following YANG schema fragment defined in module pcep-types
typedef class-type { type uint8 { range 1..7; } }
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassType
@ConstructorParameters("value") public ClassType(org.opendaylight.yangtools.yang.common.Uint8 _value) -
ClassType
Creates a copy from Source Object.- Parameters:
source
- Source object
-
-
Method Details
-
getDefaultInstance
-
getValue
public org.opendaylight.yangtools.yang.common.Uint8 getValue()- Specified by:
getValue
in interfaceorg.opendaylight.yangtools.binding.ValueAware<org.opendaylight.yangtools.yang.common.Uint8>
-
hashCode
public int hashCode() -
equals
-
toString
-