All Superinterfaces:
Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>, Immutable, RuntimeType
All Known Subinterfaces:
ActionRuntimeType, AnydataRuntimeType, AnyxmlRuntimeType, AugmentableRuntimeType, AugmentRuntimeType, CaseRuntimeType, ChoiceRuntimeType, CompositeRuntimeType, ContainerLikeRuntimeType<D,E>, ContainerRuntimeType, FeatureRuntimeType, GroupingRuntimeType, IdentityRuntimeType, InputRuntimeType, InvokableRuntimeType, KeyRuntimeType, ListRuntimeType, ModuleRuntimeType, NotificationBodyRuntimeType, NotificationRuntimeType, OpaqueRuntimeType, OutputRuntimeType, RpcRuntimeType, TypedefRuntimeType, YangDataRuntimeType

public interface GeneratedRuntimeType extends RuntimeType, Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>
A RuntimeType associated with a GeneratedType.
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.opendaylight.yangtools.binding.model.api.JavaTypeName
     
    org.opendaylight.yangtools.binding.model.api.GeneratedType
    Java type associated with this run-time type.

    Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.RuntimeType

    statement
  • Method Details

    • javaType

      org.opendaylight.yangtools.binding.model.api.GeneratedType javaType()
      Description copied from interface: RuntimeType
      Java type associated with this run-time type.
      Specified by:
      javaType in interface RuntimeType
      Returns:
      Java Type
    • getIdentifier

      default org.opendaylight.yangtools.binding.model.api.JavaTypeName getIdentifier()
      Specified by:
      getIdentifier in interface Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>