Interface ListRuntimeType
- All Superinterfaces:
AugmentableRuntimeType,CompositeRuntimeType,DataRuntimeType,GeneratedRuntimeType,Identifiable<org.opendaylight.yangtools.binding.model.api.JavaTypeName>,Immutable,RuntimeType,RuntimeTypeContainer
A
RuntimeType associated with a list statement.-
Method Summary
Modifier and TypeMethodDescription@Nullable KeyRuntimeTypekeyType()Return the run-time type for this list'skeystatement, if present.Return theEffectiveStatementassociated with this run-time type.Methods inherited from interface org.opendaylight.yangtools.binding.runtime.api.AugmentableRuntimeType
augmentsMethods inherited from interface org.opendaylight.yangtools.binding.runtime.api.GeneratedRuntimeType
getIdentifier, javaTypeMethods inherited from interface org.opendaylight.yangtools.binding.runtime.api.RuntimeTypeContainer
bindingChild, bindingChild, schemaTreeChild
-
Method Details
-
statement
ListEffectiveStatement statement()Description copied from interface:RuntimeTypeReturn theEffectiveStatementassociated with this run-time type.- Specified by:
statementin interfaceRuntimeType- Returns:
- Effective statement
-
keyType
@Nullable KeyRuntimeType keyType()Return the run-time type for this list'skeystatement, if present.- Returns:
- This list's key run-time type, or null if not present
-