Interface Ieee754Data
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.DataRoot<Ieee754Data>
@Generated("mdsal-binding-generator")
public interface Ieee754Data
extends org.opendaylight.yangtools.binding.DataRoot<Ieee754Data>
This module contains the definition of basic float types. Copyright (c)2013
Cisco Systems, Inc. All rights reserved. This program and the accompanying
materials are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
This class represents the following YANG schema fragment defined in module ieee754
module ieee754 { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:ieee754; prefix ieee754; revision 2013-08-19 { } typedef float32 { type binary { length 4; } } typedef float64 { type binary { length 8; } } typedef float128 { type binary { length 16; } } }
-
Method Summary
-
Method Details
-
implementedInterface
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.DataRoot<Ieee754Data>
-