Interface GeneratedRuntimeType
- 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 TypeMethodDescriptiondefault org.opendaylight.yangtools.binding.model.api.JavaTypeNameorg.opendaylight.yangtools.binding.model.api.GeneratedTypejavaType()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:RuntimeTypeJava type associated with this run-time type.- Specified by:
javaTypein interfaceRuntimeType- Returns:
- Java Type
-
getIdentifier
default org.opendaylight.yangtools.binding.model.api.JavaTypeName getIdentifier()- Specified by:
getIdentifierin interfaceIdentifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>
-