Interface TypedefRuntimeType
- All Superinterfaces:
GeneratedRuntimeType,Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>,Immutable,RuntimeType
A
RuntimeType associated with a typedef statement.-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.binding.model.api.GeneratedTypejavaType()Java type associated with this run-time type.Return theEffectiveStatementassociated with this run-time type.Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.GeneratedRuntimeType
getIdentifier
-
Method Details
-
statement
TypedefEffectiveStatement statement()Description copied from interface:RuntimeTypeReturn theEffectiveStatementassociated with this run-time type.- Specified by:
statementin interfaceRuntimeType- Returns:
- Effective statement
-
javaType
org.opendaylight.yangtools.binding.model.api.GeneratedType javaType()Description copied from interface:RuntimeTypeJava type associated with this run-time type.- Specified by:
javaTypein interfaceGeneratedRuntimeType- Specified by:
javaTypein interfaceRuntimeType- Returns:
- Java Type
-