Interface ClasstypeObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Arguments
,Arguments
,FailureCase
,LspAttributes
,P2p
,Path
,Path
,Path
,PathDefinition
,Paths
,Requests
@Generated("mdsal-binding-generator")
public interface ClasstypeObject
extends org.opendaylight.yangtools.binding.Grouping
CLASSTYPE Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping classtype-object { container class-type { uses object; leaf class-type { type class-type; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn classType, ornull
if it is not present.@NonNull ClassType
Return classType, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getClassType
ClassType getClassType()Return classType, ornull
if it is not present.- Returns:
ClassType
classType, ornull
if it is not present.
-
nonnullClassType
@NonNull ClassType nonnullClassType()Return classType, or an empty instance if it is not present.- Returns:
ClassType
classType, or an empty instance if it is not present.
-