Uses of Class
org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
-
Packages that use EXISchema Package Description org.opendaylight.netconf.nettyutil.handler.exi -
-
Uses of EXISchema in org.opendaylight.netconf.nettyutil.handler.exi
Methods in org.opendaylight.netconf.nettyutil.handler.exi that return EXISchema Modifier and Type Method Description static EXISchemaEXISchema. valueOf(String name)Returns the enum constant of this type with the specified name.static EXISchema[]EXISchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opendaylight.netconf.nettyutil.handler.exi with parameters of type EXISchema Constructor Description EXIParameters(org.opendaylight.netconf.shaded.exificient.core.CodingMode codingMode, org.opendaylight.netconf.shaded.exificient.core.FidelityOptions fidelityOptions, EXISchema schema)
-