Uses of Class
io.apicurio.datamodels.models.ParentPropertyType
-
Packages that use ParentPropertyType Package Description io.apicurio.datamodels.models -
-
Uses of ParentPropertyType in io.apicurio.datamodels.models
Methods in io.apicurio.datamodels.models that return ParentPropertyType Modifier and Type Method Description ParentPropertyTypeNode. parentPropertyType()ParentPropertyTypeNodeImpl. parentPropertyType()static ParentPropertyTypeParentPropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParentPropertyType[]ParentPropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apicurio.datamodels.models with parameters of type ParentPropertyType Modifier and Type Method Description voidNodeImpl. _setParentPropertyType(ParentPropertyType type)
-