Interface RuntimeGeneratedUnion
- All Superinterfaces:
DocumentedType
,GeneratedTransferObject
,GeneratedType
,Identifiable<JavaTypeName>
,Type
A
GeneratedTransferObject
created for run-time representation of a union
.-
Method Summary
Modifier and TypeMethodDescriptionList of property names corresponding to individualtype
statements within this union.Methods inherited from interface org.opendaylight.yangtools.binding.model.api.DocumentedType
getDescription, getModuleName, getReference
Methods inherited from interface org.opendaylight.yangtools.binding.model.api.GeneratedTransferObject
findProperty, getBaseType, getEqualsIdentifiers, getHashCodeIdentifiers, getRestrictions, getSUID, getSuperType, getToStringIdentifiers, isTypedef, isUnionType
Methods inherited from interface org.opendaylight.yangtools.binding.model.api.GeneratedType
getAnnotations, getComment, getConstantDefinitions, getEnclosedTypes, getEnumerations, getImplements, getMethodDefinitions, getProperties, getYangSourceDefinition, isAbstract
Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable
getIdentifier
Methods inherited from interface org.opendaylight.yangtools.binding.model.api.Type
getFullyQualifiedName, getName, getPackageName
-
Method Details
-
typePropertyNames
List of property names corresponding to individualtype
statements within this union. The ordering of the returned list matches the ordering of the type statements.- Returns:
- A list of property names.
-