Interface PropertyTreeOwner

    • Method Detail

      • getPropertyTreeOf

        @Nullable
        PropertyTree getPropertyTreeOf​(@Nullable
                                       PropertyType propertyType)
        Fetch the PropertyTree associated with the given PropertyType
        Parameters:
        propertyType - The PropertyType of the PropertyTree we want to fetch
        Returns:
        The PropertyTree or null if this PropertyTreeOwner does not manage a PropertyTree for the given PropertyType or if a null PropertyType is given